DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_WEB_CC_VALIDATIONS_PKG

Line 367: ap_web_cc_validations_pkg.assign_employee(crec.card_id, crec.employee_id);

363: l_request_id := wf_engine.getitemattrnumber(itemtype,itemkey,'REQUEST_ID', false);
364: l_card_program_id := wf_engine.getitemattrnumber(itemtype,itemkey,'CARD_PROGRAM_ID', true);
365:
366: for crec in cemp loop
367: ap_web_cc_validations_pkg.assign_employee(crec.card_id, crec.employee_id);
368: end loop;
369: resultout := 'COMPLETE:';
370: return;
371: elsif ( funcmode in ('CANCEL', 'RESPOND', 'FORWARD', 'TRANSFER', 'TIMEOUT') ) then