DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_WEB_CC_VALIDATIONS_PKG

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

339: l_request_id := wf_engine.getitemattrnumber(itemtype,itemkey,'REQUEST_ID', false);
340: l_card_program_id := wf_engine.getitemattrnumber(itemtype,itemkey,'CARD_PROGRAM_ID', true);
341:
342: for crec in cemp loop
343: ap_web_cc_validations_pkg.assign_employee(crec.card_id, crec.employee_id);
344: end loop;
345: resultout := 'COMPLETE:';
346: return;
347: elsif ( funcmode in ('CANCEL', 'RESPOND', 'FORWARD', 'TRANSFER', 'TIMEOUT') ) then