Find practical knowledge without the noise.

Search guides, SQL, error codes, and procedures — or browse by topic below.

388 guides · 8 topics

EBS_Miss

Guides filed under this topic.

Showing 42 technical documents Folder: EBS_Miss
Filtering…
EBS_Miss Highly consulted

API_to_Update_FND_LOOKUP

API to Update FND_LOOKUP DECLARE l_lookup_type VARCHAR2 (250); l_lookup_code VARCHAR2 (250);...

Sai Sree Ram Gundepudi Updated Aug 27, 2026 23 views
EBS_Miss

application SN&name

SELECT DISTINCT A.APPLICATION_ID , A.application_short_name , b.application_name , c.RESPO...

Sai Sree Ram Gundepudi Updated Aug 24, 2026 6 views
EBS_Miss

code splitter

Fixed Length String -------------------- select SUBSTR('REB|IUF41501|IUF52402|IUF0233|IUF0524|IUF0535',1,INSTR('R...

Sai Sree Ram Gundepudi Updated Aug 19, 2026 4 views
EBS_Miss

Concurrent program Queries

-- Concurrent Program Details SELECT fcpl.user_concurrent_program_name "Concurrent Program Name" , fcp.c...

Sai Sree Ram Gundepudi Updated Aug 19, 2026 4 views
EBS_Miss

CP running from Backend

DECLARE l_responsibility_id NUMBER; l_application_id NUMBER; l_user_id NUMBER; l_request_id...

Sai Sree Ram Gundepudi Updated Aug 24, 2026 5 views
EBS_Miss

customers and their sites

/********************************************************** *PURPOSE: To list customers and their sites information *...

Sai Sree Ram Gundepudi Updated Aug 19, 2026 2 views
EBS_Miss

Data_templates_query

SELECT distinct xddv.data_source_code "Data Definition Code" , xddv.data_source_name "Data Definition"...

Sai Sree Ram Gundepudi Updated Aug 19, 2026 3 views
EBS_Miss

dbms imp statements

select dbms_metadata.get_ddl('TABLE','DEPT','SCOTT') from dual; Explain PLAN FOR SELECT * from dummy; ANALYZE TABLE C...

Sai Sree Ram Gundepudi Updated Aug 19, 2026 3 views