DBA Data[Home] [Help]

APPS.FND_WEBFILE dependencies on FND_CONC_PP_ACTIONS

Line 334: select count(1) into action_publish_count from fnd_conc_pp_actions

330:
331: /* Check whether the program is a FNDREPRINT program */
332: if (prog_name = 'FNDREPRINT' and appl_name ='FND') then
333:
334: select count(1) into action_publish_count from fnd_conc_pp_actions
335: where concurrent_request_id=id and action_type=6;
336:
337: if(action_publish_count=1) then /* Check if it is a REPRINT and REPUBLISH request */
338: begin