DBA Data[Home] [Help]

APPS.FND_PORTLET_DEPENDENCY_PKG dependencies on FND_GLOBAL

Line 130: request_id := FND_GLOBAL.CONC_REQUEST_ID;

126: where PORT.REFRESH_DEPENDENCY = c_REFRESH_DEPENDENCY
127: and PORT.REFRESH_DEPENDENCY_CONTEXT = c_REFRESH_DEPENDENCY_CONTEXT;
128:
129: begin
130: request_id := FND_GLOBAL.CONC_REQUEST_ID;
131:
132: -- call FND_CONC_PP.RETRIVE procedure to get any parameters set at the
133: -- time of assigning this PP_ACTION
134: --

Line 142: where P.concurrent_program_id = fnd_global.conc_program_id

138:
139: select p.concurrent_program_name, a.APPLICATION_SHORT_NAME
140: into program_name, program_application_name
141: from fnd_application A, fnd_concurrent_programs P
142: where P.concurrent_program_id = fnd_global.conc_program_id
143: and P.application_id = fnd_global.prog_appl_id
144: and P.application_id = A.application_id;
145:
146: -- insert into geo_test values ('Program: ' || program_name);

Line 143: and P.application_id = fnd_global.prog_appl_id

139: select p.concurrent_program_name, a.APPLICATION_SHORT_NAME
140: into program_name, program_application_name
141: from fnd_application A, fnd_concurrent_programs P
142: where P.concurrent_program_id = fnd_global.conc_program_id
143: and P.application_id = fnd_global.prog_appl_id
144: and P.application_id = A.application_id;
145:
146: -- insert into geo_test values ('Program: ' || program_name);
147: -- insert into geo_test values ('Program App: ' || program_application_name);