DBA Data[Home] [Help]

APPS.PO_SHARED_PROC_GRP dependencies on STANDARD

Line 28: -- : API standard parameter that indicates if the FND message list

24: -- p_api_version
25: -- : Version number of API that caller expects. It should match the
26: -- constant 'l_api_version' defined in the procedure.
27: -- p_init_msg_list
28: -- : API standard parameter that indicates if the FND message list
29: -- needs to be reset at the start of this procedure.
30: -- p_document_type_code
31: -- : The PO's document type code.
32: -- p_ship_to_inv_org_id NUMBER

Line 75: -- Standard call to check for call compatibility

71: l_ship_to_ou_coa_id NUMBER;
72: l_return_status VARCHAR2(1);
73: l_is_shared_proc_scenario BOOLEAN;
74: BEGIN
75: -- Standard call to check for call compatibility
76: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version,
77: l_api_name, g_pkg_name) THEN
78: RAISE FND_API.g_exc_unexpected_error;
79: END IF;

Line 81: -- Start standard API initialization

77: l_api_name, g_pkg_name) THEN
78: RAISE FND_API.g_exc_unexpected_error;
79: END IF;
80:
81: -- Start standard API initialization
82: IF FND_API.to_boolean(p_init_msg_list) THEN
83: FND_MSG_PUB.initialize;
84: END IF;
85: