DBA Data[Home] [Help]

APPS.FND_WEBFILE dependencies on FND_CONC_PP_ACTIONS

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

324:
325: /* Check whether the program is a FNDREPRINT program */
326: if (prog_name = 'FNDREPRINT' and appl_name ='FND') then
327:
328: select count(1) into action_publish_count from fnd_conc_pp_actions
329: where concurrent_request_id=id and action_type=6;
330:
331: if(action_publish_count=1) then /* Check if it is a REPRINT and REPUBLISH request */
332: begin