DBA Data[Home] [Help]

APPS.PO_SIGNATURE_GRP dependencies on PO_SIGNATURE_PVT

Line 82: PO_SIGNATURE_PVT.update_po_details(

78: IF (FND_API.to_Boolean(p_init_msg_list)) THEN
79: FND_MSG_PUB.initialize;
80: END IF;
81:
82: PO_SIGNATURE_PVT.update_po_details(
83: p_po_header_id => p_po_header_id,
84: p_status => p_status,
85: p_action_code => p_action_code,
86: p_object_type_code => p_object_type_code,

Line 182: PO_SIGNATURE_PVT.get_item_key(

178: IF (FND_API.to_Boolean(p_init_msg_list)) THEN
179: FND_MSG_PUB.initialize;
180: END IF;
181:
182: PO_SIGNATURE_PVT.get_item_key(
183: p_po_header_id => p_po_header_id,
184: p_revision_num => p_revision_num,
185: p_document_type => p_document_type,
186: x_itemkey => x_itemkey,

Line 282: PO_SIGNATURE_PVT.find_item_key(

278: IF (FND_API.to_Boolean(p_init_msg_list)) THEN
279: FND_MSG_PUB.initialize;
280: END IF;
281:
282: PO_SIGNATURE_PVT.find_item_key(
283: p_po_header_id => p_po_header_id,
284: p_revision_num => p_revision_num,
285: p_document_type => p_document_type,
286: x_itemkey => x_itemkey,

Line 373: PO_SIGNATURE_PVT.Abort_Doc_Sign_Process(

369: IF (FND_API.to_Boolean(p_init_msg_list)) THEN
370: FND_MSG_PUB.initialize;
371: END IF;
372:
373: PO_SIGNATURE_PVT.Abort_Doc_Sign_Process(
374: p_itemkey => p_itemkey,
375: x_result => x_result);
376:
377: EXCEPTION