DBA Data[Home] [Help]

APPS.AST_SEARCHURL_PVT dependencies on JTF_USR_HKS

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

106: l_zip := p_zip;
107: l_country := p_country;
108:
109: /* Customer pre -processing section - Mandatory */
110: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
111: ast_SEARCHURL_CUHK.Query_SearchURL_PRE(p_api_version => l_api_version,
112: x_return_status => l_return_status,
113: x_msg_count => l_msg_count,
114: x_msg_data => l_msg_data,

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

127: END IF;
128:
129:
130: /* Verticle industry pre- processing section - mandatory */
131: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
132: ast_SEARCHURL_VUHK.Query_SearchURL_PRE(p_api_version => l_api_version,
133: x_return_status => l_return_status,
134: x_msg_count => l_msg_count,
135: x_msg_data => l_msg_data,

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

212: -- end of API body
213:
214:
215: /* Vertical Post Processing section - mandatory */
216: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
217: ast_SEARCHURL_VUHK.Query_SearchURL_POST(p_api_version => l_api_version,
218: x_return_status => l_return_status,
219: x_msg_count => l_msg_count,
220: x_msg_data => l_msg_data,

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

233:
234: END IF;
235:
236: /* Customer Post Processing section - mandatory */
237: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
238: ast_SEARCHURL_CUHK.Query_SearchURL_POST(p_api_version => l_api_version,
239: x_return_status => l_return_status,
240: x_msg_count => l_msg_count,
241: x_msg_data => l_msg_data,