APPS.FND_DELIVERY dependencies on FND_RUN_REQ_PP_ACTIONS
Line 510: FROM fnd_run_req_pp_actions rr
506: end if;
507:
508: SELECT count(*)
509: INTO dummy 510: FROM fnd_run_req_pp_actions rr 511: WHERE rr.parent_request_id = reqid
512: AND rr.argument1= delivery_type
513: AND action_type in (7,8);
514: