DBA Data[Home] [Help]

APPS.AST_WEBSWITCH_PVT dependencies on AST_WEBSWITCH_CUHK

Line 70: ast_WEBSWITCH_CUHK.Create_WebSwitch_PRE(

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,
74: x_msg_data => l_msg_data,

Line 292: ast_WEBSWITCH_CUHK.Create_WebSwitch_Post(

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,
296: x_msg_data => l_msg_data,

Line 408: ast_WEBSWITCH_CUHK.Update_WebSwitch_PRE(

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,
412: x_msg_data => l_msg_data,

Line 549: ast_WEBSWITCH_CUHK.Update_WebSwitch_Post(

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,
553: x_msg_data => l_msg_data,

Line 664: ast_WEBSWITCH_CUHK.Lock_WebSwitch_PRE(

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,
668: x_msg_data => l_msg_data,

Line 754: ast_WEBSWITCH_CUHK.Lock_WebSwitch_POST (

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,
758: x_msg_data => l_msg_data,

Line 883: ast_WEBSWITCH_CUHK.Delete_WebSwitch_PRE(

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,
887: x_msg_data => l_msg_data,

Line 970: ast_WEBSWITCH_CUHK.Delete_WebSwitch_POST (

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,
974: x_msg_data => l_msg_data,