DBA Data[Home] [Help]

APPS.AST_WEBASSIST_PVT dependencies on JTF_USR_HKS

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

77: l_web_search_rec := p_web_search_rec;
78: l_query_string_rec := p_query_string_rec;
79:
80: /* Customer pre -processing section - Mandatory */
81: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
82: ast_WEBASSIST_CUHK.Create_WebAssist_PRE(p_api_version => l_api_version,
83: x_return_status => l_return_status,
84: x_msg_count => l_msg_count,
85: 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_WEBASSIST_VUHK.Create_WebAssist_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 388: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN

384: END IF;
385: -- ENDof API boby
386:
387: /* Vertical Post Processing section - mandatory */
388: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
389: ast_WEBASSIST_VUHK.Create_WebAssist_Post(p_api_version => l_api_version,
390: x_return_status => l_return_status,
391: x_msg_count => l_msg_count,
392: x_msg_data => l_msg_data,

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

403:
404: END IF;
405:
406: /* Customer Post Processing section - mandatory */
407: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
408: ast_WEBASSIST_CUHK.Create_WebAssist_Post (p_api_version => l_api_version,
409: x_return_status => l_return_status,
410: x_msg_count => l_msg_count,
411: x_msg_data => l_msg_data,

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

518: l_web_search_rec := p_web_search_rec;
519: l_query_string_rec := p_query_string_rec;
520:
521: /* Customer pre -processing section - Mandatory */
522: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
523: ast_WEBASSIST_CUHK.Lock_WebAssist_PRE(p_api_version => l_api_version,
524: x_return_status => l_return_status,
525: x_msg_count => l_msg_count,
526: x_msg_data => l_msg_data,

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

537: END IF;
538:
539:
540: /* Verticle industry pre- processing section - mandatory */
541: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
542: ast_WEBASSIST_VUHK.Lock_WebAssist_PRE(p_api_version => l_api_version,
543: x_return_status => l_return_status,
544: x_msg_count => l_msg_count,
545: x_msg_data => l_msg_data,

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

611:
612: -- ENDof API body
613:
614: /* Vertical Post Processing section - mandatory */
615: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
616: ast_WEBASSIST_VUHK.Lock_WebAssist_POST(p_api_version => l_api_version,
617: x_return_status => l_return_status,
618: x_msg_count => l_msg_count,
619: x_msg_data => l_msg_data,

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

631:
632: END IF;
633:
634: /* Customer Post Processing section - mandatory */
635: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
636: ast_WEBASSIST_CUHK.Lock_WebAssist_POST (p_api_version => l_api_version,
637: x_return_status => l_return_status,
638: x_msg_count => l_msg_count,
639: x_msg_data => l_msg_data,

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

740: l_web_search_rec := p_web_search_rec;
741: l_query_string_rec := p_query_string_rec;
742:
743: /* Customer pre -processing section - Mandatory */
744: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
745: ast_WEBASSIST_CUHK.Update_WebAssist_PRE(p_api_version => l_api_version,
746: x_return_status => l_return_status,
747: x_msg_count => l_msg_count,
748: x_msg_data => l_msg_data,

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

760: END IF;
761:
762:
763: /* Verticle industry pre- processing section - mandatory */
764: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
765: ast_WEBASSIST_VUHK.Update_WebAssist_PRE(p_api_version => l_api_version,
766: x_return_status => l_return_status,
767: x_msg_count => l_msg_count,
768: x_msg_data => l_msg_data,

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

867: -- Success Message
868: -- ENDof API body
869:
870: /* Vertical Post Processing section - mandatory */
871: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
872: ast_WEBASSIST_VUHK.Update_WebAssist_Post(p_api_version => l_api_version,
873: x_return_status => l_return_status,
874: x_msg_count => l_msg_count,
875: x_msg_data => l_msg_data,

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

886:
887: END IF;
888:
889: /* Customer Post Processing section - mandatory */
890: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
891: ast_WEBASSIST_CUHK.Update_WebAssist_Post (p_api_version => l_api_version,
892: x_return_status => l_return_status,
893: x_msg_count => l_msg_count,
894: x_msg_data => l_msg_data,

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

1002: l_web_search_rec := p_web_search_rec;
1003: l_query_string_rec := p_query_string_rec;
1004:
1005: /* Customer pre -processing section - Mandatory */
1006: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
1007: ast_WEBASSIST_CUHK.Delete_WebAssist_PRE(p_api_version => l_api_version,
1008: x_return_status => l_return_status,
1009: x_msg_count => l_msg_count,
1010: x_msg_data => l_msg_data,

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

1022: END IF;
1023:
1024:
1025: /* Verticle industry pre- processing section - mandatory */
1026: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
1027: ast_WEBASSIST_VUHK.Delete_WebAssist_PRE(p_api_version => l_api_version,
1028: x_return_status => l_return_status,
1029: x_msg_count => l_msg_count,
1030: x_msg_data => l_msg_data,

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

1067: END IF;
1068: -- ENDof API body
1069:
1070: /* Vertical Post Processing section - mandatory */
1071: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
1072: ast_WEBASSIST_VUHK.Delete_WebAssist_POST(p_api_version => l_api_version,
1073: x_return_status => l_return_status,
1074: x_msg_count => l_msg_count,
1075: x_msg_data => l_msg_data,

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

1085:
1086: END IF;
1087:
1088: /* Customer Post Processing section - mandatory */
1089: IF (JTF_USR_HKS.Ok_to_execute(G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
1090: ast_WEBASSIST_CUHK.Delete_WebAssist_POST (p_api_version => l_api_version,
1091: x_return_status => l_return_status,
1092: x_msg_count => l_msg_count,
1093: x_msg_data => l_msg_data,