DBA Data[Home] [Help]

APPS.ICX_PO_REQS_CANCEL_SV dependencies on PO_FORWARD_SV1

Line 119: po_forward_sv1.update_action_history (X_req_header_id,

115: IF X_req_action_history_code IS NOT NULL THEN
116:
117: IF X_req_header_auth_status = 'IN PROCESS' OR
118: X_req_header_auth_status = 'PRE-APPROVED' THEN
119: po_forward_sv1.update_action_history (X_req_header_id,
120: X_req_doc_type,
121: NULL,
122: X_req_action_history_code,
123: X_req_control_reason,

Line 128: po_forward_sv1.insert_action_history (X_req_header_id,

124: fnd_global.user_id,
125: null);
126: ELSE
127:
128: po_forward_sv1.insert_action_history (X_req_header_id,
129: X_req_doc_type,
130: X_req_doc_subtype,
131: NULL,
132: X_req_action_history_code,