DBA Data[Home] [Help]

APPS.AST_WEBSWITCH_PVT dependencies on JTF_USR_HKS

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

65: l_cgi_switch_rec := p_cgi_switch_rec;
66: l_switch_data_rec := p_switch_data_rec;
67:
68: /* Customer pre -processing section - Mandatory */
69: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
70: ast_WEBSWITCH_CUHK.Create_WebSwitch_PRE(
71: p_api_version => l_api_version,
72: x_return_status => l_return_status,
73: x_msg_count => l_msg_count,

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

83: END IF;
84:
85:
86: /* Verticle industry pre- processing section - mandatory */
87: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
88: ast_WEBSWITCH_VUHK.Create_WebSwitch_PRE(
89: p_api_version => l_api_version,
90: x_return_status => l_return_status,
91: x_msg_count => l_msg_count,

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

270: END IF;
271: -- END of API body
272:
273: /* Vertical Post Processing section - mandatory */
274: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
275: ast_WEBSWITCH_VUHK.Create_WebSwitch_Post(
276: p_api_version => l_api_version,
277: x_return_status => l_return_status,
278: x_msg_count => l_msg_count,

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

287:
288: END IF;
289:
290: /* Customer Post Processing section - mandatory */
291: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
292: ast_WEBSWITCH_CUHK.Create_WebSwitch_Post(
293: p_api_version => l_api_version,
294: x_return_status => l_return_status,
295: x_msg_count => l_msg_count,

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

403: l_cgi_switch_rec := p_cgi_switch_rec;
404: l_switch_data_rec := p_switch_data_rec;
405:
406: /* Customer pre -processing section - Mandatory */
407: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
408: ast_WEBSWITCH_CUHK.Update_WebSwitch_PRE(
409: p_api_version => l_api_version,
410: x_return_status => l_return_status,
411: x_msg_count => l_msg_count,

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

421: END IF;
422:
423:
424: /* Verticle industry pre- processing section - mandatory */
425: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
426: ast_WEBSWITCH_VUHK.Update_WebSwitch_PRE(
427: p_api_version => l_api_version,
428: x_return_status => l_return_status,
429: x_msg_count => l_msg_count,

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

527: -- END of API body
528:
529:
530: /* Vertical Post Processing section - mandatory */
531: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
532: ast_WEBSWITCH_VUHK.Update_WebSwitch_Post(
533: p_api_version => l_api_version,
534: x_return_status => l_return_status,
535: x_msg_count => l_msg_count,

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

544:
545: END IF;
546:
547: /* Customer Post Processing section - mandatory */
548: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
549: ast_WEBSWITCH_CUHK.Update_WebSwitch_Post(
550: p_api_version => l_api_version,
551: x_return_status => l_return_status,
552: x_msg_count => l_msg_count,

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

659: l_cgi_switch_rec := p_cgi_switch_rec;
660: l_switch_data_rec := p_switch_data_rec;
661:
662: /* Customer pre -processing section - Mandatory */
663: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
664: ast_WEBSWITCH_CUHK.Lock_WebSwitch_PRE(
665: p_api_version => l_api_version,
666: x_return_status => l_return_status,
667: x_msg_count => l_msg_count,

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

677: END IF;
678:
679:
680: /* Verticle industry pre- processing section - mandatory */
681: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
682: ast_WEBSWITCH_VUHK.Lock_WebSwitch_PRE(
683: p_api_version => l_api_version,
684: x_return_status => l_return_status,
685: x_msg_count => l_msg_count,

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

731: FND_MSG_PUB.Add;
732: END IF;
733:
734: /* Vertical Post Processing section - mandatory */
735: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
736: ast_WEBSWITCH_VUHK.Lock_WebSwitch_POST(
737: p_api_version => l_api_version,
738: x_return_status => l_return_status,
739: x_msg_count => l_msg_count,

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

749:
750: END IF;
751:
752: /* Customer Post Processing section - mandatory */
753: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
754: ast_WEBSWITCH_CUHK.Lock_WebSwitch_POST (
755: p_api_version => l_api_version,
756: x_return_status => l_return_status,
757: x_msg_count => l_msg_count,

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

878: l_cgi_switch_rec := p_cgi_switch_rec;
879: l_switch_data_rec := p_switch_data_rec;
880:
881: /* Customer pre -processing section - Mandatory */
882: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
883: ast_WEBSWITCH_CUHK.Delete_WebSwitch_PRE(
884: p_api_version => l_api_version,
885: x_return_status => l_return_status,
886: x_msg_count => l_msg_count,

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

896: END IF;
897:
898:
899: /* Verticle industry pre- processing section - mandatory */
900: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
901: ast_WEBSWITCH_VUHK.Delete_WebSwitch_PRE(
902: p_api_version => l_api_version,
903: x_return_status => l_return_status,
904: x_msg_count => l_msg_count,

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

948: END IF;
949: -- END of API body
950:
951: /* Vertical Post Processing section - mandatory */
952: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
953: ast_WEBSWITCH_VUHK.Delete_WebSwitch_POST(
954: p_api_version => l_api_version,
955: x_return_status => l_return_status,
956: x_msg_count => l_msg_count,

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

965:
966: END IF;
967:
968: /* Customer Post Processing section - mandatory */
969: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
970: ast_WEBSWITCH_CUHK.Delete_WebSwitch_POST (
971: p_api_version => l_api_version,
972: x_return_status => l_return_status,
973: x_msg_count => l_msg_count,