DBA Data[Home] [Help]

APPS.PO_WIP_INTEGRATION_GRP dependencies on PO_DOCUMENT_UPDATE_GRP

Line 18: -- For details, see the comments on PO_DOCUMENT_UPDATE_GRP.update_document.

14: -- Calls the PO Change API, which validates and applies the requested
15: -- changes and any derived changes to the Purchase Order, Purchase
16: -- Agreement, or Release.
17: --Notes:
18: -- For details, see the comments on PO_DOCUMENT_UPDATE_GRP.update_document.
19: --End of Comments
20: -----------------------------------------------------------------------------
21: PROCEDURE update_document (
22: p_api_version IN NUMBER,

Line 47: PO_DOCUMENT_UPDATE_GRP.update_document(

43: FND_MSG_PUB.initialize;
44: END IF;
45:
46: -- Call the PO Change API.
47: PO_DOCUMENT_UPDATE_GRP.update_document(
48: p_api_version => 1.0,
49: p_init_msg_list => p_init_msg_list,
50: x_return_status => x_return_status,
51: p_changes => p_changes,