DBA Data[Home] [Help]

APPS.CSI_COUNTER_PUB dependencies on JTF_USR_HKS

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

108: csi_ctr_gen_utility_pvt.dump_counter_instance_rec(p_counter_instance_rec);
109: END IF;
110:
111: /* Customer pre -processing section - Mandatory */
112: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
113: CSI_COUNTER_CUHK.create_counter_pre
114: (
115: p_api_version => p_api_version
116: ,p_init_msg_list => p_init_msg_list

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

144:
145:
146: END IF;
147: /* Vertical pre -processing section - Mandatory */
148: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
149: CSI_COUNTER_VUHK.create_counter_pre
150: (
151: p_api_version => p_api_version
152: ,p_init_msg_list => p_init_msg_list

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

518:
519: -- End of API body
520:
521: /* Customer post -processing section - Mandatory */
522: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
523: CSI_COUNTER_CUHK.create_counter_post
524: (
525: p_api_version => p_api_version
526: ,p_init_msg_list => p_init_msg_list

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

552: RAISE FND_API.G_EXC_ERROR;
553: END IF;
554: END IF;
555: /* Vertical post -processing section - Mandatory */
556: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
557: CSI_COUNTER_VUHK.create_counter_post
558: (
559: p_api_version => p_api_version
560: ,p_init_msg_list => p_init_msg_list

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

698: csi_ctr_gen_utility_pvt.dump_ctr_properties_tbl(p_ctr_properties_tbl);
699: END IF;
700:
701: /* Customer pre -processing section - Mandatory */
702: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
703: CSI_COUNTER_CUHK.create_ctr_property_pre
704: (
705: p_api_version => p_api_version
706: ,p_init_msg_list => p_init_msg_list

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

728: RAISE FND_API.G_EXC_ERROR;
729: END IF;
730: END IF;
731: /* Vertical pre -processing section - Mandatory */
732: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
733: CSI_COUNTER_VUHK.create_ctr_property_pre
734: (
735: p_api_version => p_api_version
736: ,p_init_msg_list => p_init_msg_list

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

830:
831: -- End of API body
832:
833: /* Customer post -processing section - Mandatory */
834: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
835: CSI_COUNTER_CUHK.create_ctr_property_post
836: (
837: p_api_version => p_api_version
838: ,p_init_msg_list => p_init_msg_list

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

860: RAISE FND_API.G_EXC_ERROR;
861: END IF;
862: END IF;
863: /* Vertical post -processing section - Mandatory */
864: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
865: CSI_COUNTER_VUHK.create_ctr_property_post
866: (
867: p_api_version => p_api_version
868: ,p_init_msg_list => p_init_msg_list

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

1002: csi_ctr_gen_utility_pvt.dump_counter_associations_tbl(p_counter_associations_tbl);
1003: END IF;
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: CSI_COUNTER_CUHK.create_ctr_associations_pre
1008: (
1009: p_api_version => p_api_version
1010: ,p_init_msg_list => p_init_msg_list

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

1033: END IF;
1034: END IF;
1035:
1036: /* Vertical pre -processing section - Mandatory */
1037: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
1038: CSI_COUNTER_VUHK.create_ctr_associations_pre
1039: (
1040: p_api_version => p_api_version
1041: ,p_init_msg_list => p_init_msg_list

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

1127: END LOOP;
1128: END IF;
1129:
1130: /* Customer post -processing section - Mandatory */
1131: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
1132: CSI_COUNTER_CUHK.create_ctr_associations_post
1133: (
1134: p_api_version => p_api_version
1135: ,p_init_msg_list => p_init_msg_list

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

1158: END IF;
1159: END IF;
1160:
1161: /* Vertical post -processing section - Mandatory */
1162: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
1163: CSI_COUNTER_VUHK.create_ctr_associations_post
1164: (
1165: p_api_version => p_api_version
1166: ,p_init_msg_list => p_init_msg_list

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

1302: csi_ctr_gen_utility_pvt.dump_ctr_reading_lock_rec(p_ctr_reading_lock_rec);
1303: END IF;
1304:
1305: /* Customer pre -processing section - Mandatory */
1306: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
1307: CSI_COUNTER_CUHK.create_reading_lock_pre
1308: (
1309: p_api_version => p_api_version
1310: ,p_init_msg_list => p_init_msg_list

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

1332: RAISE FND_API.G_EXC_ERROR;
1333: END IF;
1334: END IF;
1335: /* Vertical pre -processing section - Mandatory */
1336: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
1337: CSI_COUNTER_VUHK.create_reading_lock_pre
1338: (
1339: p_api_version => p_api_version
1340: ,p_init_msg_list => p_init_msg_list

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

1395:
1396: -- End of API body
1397:
1398: /* Customer post -processing section - Mandatory */
1399: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
1400: CSI_COUNTER_CUHK.create_reading_lock_post
1401: (
1402: p_api_version => p_api_version
1403: ,p_init_msg_list => p_init_msg_list

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

1425: RAISE FND_API.G_EXC_ERROR;
1426: END IF;
1427: END IF;
1428: /* Vertical post -processing section - Mandatory */
1429: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
1430: CSI_COUNTER_VUHK.create_reading_lock_post
1431: (
1432: p_api_version => p_api_version
1433: ,p_init_msg_list => p_init_msg_list

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

1569: csi_ctr_gen_utility_pvt.dump_ctr_usage_forecast_rec(p_ctr_usage_forecast_rec);
1570: END IF;
1571:
1572: /* Customer pre -processing section - Mandatory */
1573: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
1574: CSI_COUNTER_CUHK.create_daily_usage_pre
1575: (
1576: p_api_version => p_api_version
1577: ,p_init_msg_list => p_init_msg_list

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

1599: RAISE FND_API.G_EXC_ERROR;
1600: END IF;
1601: END IF;
1602: /* Vertical pre -processing section - Mandatory */
1603: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
1604: CSI_COUNTER_VUHK.create_daily_usage_pre
1605: (
1606: p_api_version => p_api_version
1607: ,p_init_msg_list => p_init_msg_list

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

1662:
1663: -- End of API body
1664:
1665: /* Customer post -processing section - Mandatory */
1666: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
1667: CSI_COUNTER_CUHK.create_daily_usage_post
1668: (
1669: p_api_version => p_api_version
1670: ,p_init_msg_list => p_init_msg_list

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

1692: RAISE FND_API.G_EXC_ERROR;
1693: END IF;
1694: END IF;
1695: /* Vertical post -processing section - Mandatory */
1696: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
1697: CSI_COUNTER_VUHK.create_daily_usage_post
1698: (
1699: p_api_version => p_api_version
1700: ,p_init_msg_list => p_init_msg_list

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

1840: csi_ctr_gen_utility_pvt.dump_counter_instance_rec(p_counter_instance_rec);
1841: END IF;
1842:
1843: /* Customer pre -processing section - Mandatory */
1844: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
1845: CSI_COUNTER_CUHK.update_counter_pre
1846: (
1847: p_api_version => p_api_version
1848: ,p_init_msg_list => p_init_msg_list

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

1873: RAISE FND_API.G_EXC_ERROR;
1874: END IF;
1875: END IF;
1876: /* Vertical pre -processing section - Mandatory */
1877: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
1878: CSI_COUNTER_VUHK.update_counter_pre
1879: (
1880: p_api_version => p_api_version
1881: ,p_init_msg_list => p_init_msg_list

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

2272:
2273: -- End of API body
2274:
2275: /* Customer post -processing section - Mandatory */
2276: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
2277: CSI_COUNTER_CUHK.update_counter_post
2278: (
2279: p_api_version => p_api_version
2280: ,p_init_msg_list => p_init_msg_list

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

2305: RAISE FND_API.G_EXC_ERROR;
2306: END IF;
2307: END IF;
2308: /* Vertical post -processing section - Mandatory */
2309: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
2310: CSI_COUNTER_VUHK.update_counter_post
2311: (
2312: p_api_version => p_api_version
2313: ,p_init_msg_list => p_init_msg_list

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

2449: csi_ctr_gen_utility_pvt.dump_ctr_properties_tbl(p_ctr_properties_tbl);
2450: END IF;
2451:
2452: /* Customer pre -processing section - Mandatory */
2453: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
2454: CSI_COUNTER_CUHK.update_ctr_property_pre
2455: (
2456: p_api_version => p_api_version
2457: ,p_init_msg_list => p_init_msg_list

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

2478: RAISE FND_API.G_EXC_ERROR;
2479: END IF;
2480: END IF;
2481: /* Vertical pre -processing section - Mandatory */
2482: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
2483: CSI_COUNTER_VUHK.update_ctr_property_pre
2484: (
2485: p_api_version => p_api_version
2486: ,p_init_msg_list => p_init_msg_list

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

2578:
2579: -- End of API body
2580:
2581: /* Customer post -processing section - Mandatory */
2582: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
2583: CSI_COUNTER_CUHK.update_ctr_property_post
2584: (
2585: p_api_version => p_api_version
2586: ,p_init_msg_list => p_init_msg_list

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

2607: RAISE FND_API.G_EXC_ERROR;
2608: END IF;
2609: END IF;
2610: /* Vertical post -processing section - Mandatory */
2611: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'V' ) ) THEN
2612: CSI_COUNTER_VUHK.update_ctr_property_post
2613: (
2614: p_api_version => p_api_version
2615: ,p_init_msg_list => p_init_msg_list

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

2741: csi_ctr_gen_utility_pvt.dump_counter_associations_tbl(p_counter_associations_tbl);
2742: END IF;
2743:
2744: /* Customer pre -processing section - Mandatory */
2745: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN
2746: CSI_COUNTER_CUHK.update_ctr_associations_pre
2747: (
2748: p_api_version => p_api_version
2749: ,p_init_msg_list => p_init_msg_list

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

2771: END IF;
2772: END IF;
2773:
2774: /* Vertical pre -processing section - Mandatory */
2775: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
2776: CSI_COUNTER_VUHK.update_ctr_associations_pre
2777: (
2778: p_api_version => p_api_version
2779: ,p_init_msg_list => p_init_msg_list

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

2865:
2866: -- End of API body
2867:
2868: /* Customer post -processing section - Mandatory */
2869: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'A', 'C' ) ) THEN
2870: CSI_COUNTER_CUHK.update_ctr_associations_post
2871: (
2872: p_api_version => p_api_version
2873: ,p_init_msg_list => p_init_msg_list

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

2895: END IF;
2896: END IF;
2897:
2898: /* Vertical pre -processing section - Mandatory */
2899: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'V' ) ) THEN
2900: CSI_COUNTER_VUHK.update_ctr_associations_post
2901: (
2902: p_api_version => p_api_version
2903: ,p_init_msg_list => p_init_msg_list