DBA Data[Home] [Help]

APPS.AST_INVOICES_PVT dependencies on JTF_USR_HKS

Line 86: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

82: /* l_rec - will be used as In Out parameter in pre/post/Business API calls */
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,

Line 101: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN

97: END IF;
98:
99:
100: /* Verticle industry pre- processing section - mandatory */
101: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
102: ast_INVOICES_VUHK.GET_INVOICES_PRE(p_api_version => l_api_version,
103: x_return_status => l_return_status,
104: x_msg_count => l_msg_count,
105: x_msg_data => l_msg_data,

Line 241: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN

237:
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,