DBA Data[Home] [Help]

APPS.AST_INVOICE_LINES_PVT dependencies on JTF_USR_HKS

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

74: /* l_rec - will be used as In Out parameter in pre/post/Business API calls */
75: /* l_return_status - will be a out variable to get return code from called APIs */
76:
77: /* Customer pre -processing section - Mandatory */
78: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
79: ast_INVOICE_LINES_CUHK.Get_Invoice_Lines_PRE(p_api_version => l_api_version,
80: x_return_status => l_return_status,
81: x_msg_count => l_msg_count,
82: x_msg_data => l_msg_data,

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

89: END IF;
90:
91:
92: /* Verticle industry pre- processing section - mandatory */
93: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
94: ast_INVOICE_LINES_VUHK.Get_Invoice_Lines_PRE(p_api_version => l_api_version,
95: x_return_status => l_return_status,
96: x_msg_count => l_msg_count,
97: x_msg_data => l_msg_data,

Line 135: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN

131:
132: -- End of API body
133:
134: /* Vertical Post Processing section - mandatory */
135: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
136: ast_INVOICE_LINES_VUHK.Get_Invoice_Lines_POST(p_api_version => l_api_version,
137: x_return_status => l_return_status,
138: x_msg_count => l_msg_count,
139: x_msg_data => l_msg_data,

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

146:
147: END IF;
148:
149: /* Customer Post Processing section - mandatory */
150: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
151: ast_INVOICE_LINES_CUHK.Get_Invoice_Lines_POST (p_api_version => l_api_version,
152: x_return_status => l_return_status,
153: x_msg_count => l_msg_count,
154: x_msg_data => l_msg_data,