DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_CONTROL_ACTION_VALIDATIONS

Line 6026: -- po_control_action_validations.mark_errored_record(..)

6022: -- This is based on the assumption/fact that the records in
6023: -- l_entity_rec_tbl are sorted based on doc_id.This soring is done
6024: -- while inserting the records back into entity record table from
6025: -- po_Seesion_gt in the procedure
6026: -- po_control_action_validations.mark_errored_record(..)
6027: IF i=l_entity_rec_tbl.Count OR l_doc_id <> l_entity_rec_tbl(i+1).doc_id THEN
6028:
6029: -- After successful update of the relavant columns of the document,
6030: -- update the closed code on the document

Line 6398: po_control_action_validations.validate_cancel_action(

6394: PO_DEBUG.debug_var(d_module, l_progress, 'x_msg_data', x_msg_data);
6395: END IF;
6396:
6397: --Do all the validations related to Cancel Action
6398: po_control_action_validations.validate_cancel_action(
6399: p_da_call_rec =>p_da_call_rec,
6400: p_key =>l_key,
6401: p_user_id => l_user_id,
6402: p_login_id =>l_login_id,