DBA Data[Home] [Help]

APPS.AST_INVOICES_PVT dependencies on AST_INVOICES_CUHK

Line 87: ast_INVOICES_CUHK.GET_INVOICES_PRE(p_api_version => l_api_version,

83: /* l_return_status - will be a out variable to get return code from called APIs */
84:
85: /* Customer pre -processing section - Mandatory */
86: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
87: ast_INVOICES_CUHK.GET_INVOICES_PRE(p_api_version => l_api_version,
88: x_return_status => l_return_status,
89: x_msg_count => l_msg_count,
90: x_msg_data => l_msg_data,
91: p_transaction_ids => l_trx_id_cond);

Line 242: ast_INVOICES_CUHK.GET_INVOICES_Post (p_api_version => l_api_version,

238: -- API body end
239:
240: /* Customer Post Processing section - mandatory */
241: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
242: ast_INVOICES_CUHK.GET_INVOICES_Post (p_api_version => l_api_version,
243: x_return_status => l_return_status,
244: x_msg_count => l_msg_count,
245: x_msg_data => l_msg_data,
246: p_transaction_ids => l_trx_id_cond);