DBA Data[Home] [Help]

APPS.CSI_COUNTER_PUB_W dependencies on CSI_COUNTER_PUB

Line 1: package body csi_counter_pub_w as

1: package body csi_counter_pub_w as
2: /* $Header: csipciwb.pls 120.10 2008/03/26 09:09:16 ngoutam ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 495: csi_counter_pub.create_counter(p_api_version,

491:
492:
493:
494: -- here's the delegated call to the old PL/SQL routine
495: csi_counter_pub.create_counter(p_api_version,
496: p_init_msg_list,
497: p_commit,
498: p_validation_level,
499: ddp_counter_instance_rec,

Line 847: csi_counter_pub.create_ctr_property(p_api_version,

843:
844:
845:
846: -- here's the delegated call to the old PL/SQL routine
847: csi_counter_pub.create_ctr_property(p_api_version,
848: p_commit,
849: p_init_msg_list,
850: p_validation_level,
851: ddp_ctr_properties_tbl,

Line 998: csi_counter_pub.create_ctr_associations(p_api_version,

994:
995:
996:
997: -- here's the delegated call to the old PL/SQL routine
998: csi_counter_pub.create_ctr_associations(p_api_version,
999: p_commit,
1000: p_init_msg_list,
1001: p_validation_level,
1002: ddp_counter_associations_tbl,

Line 1116: csi_counter_pub.create_reading_lock(p_api_version,

1112:
1113:
1114:
1115: -- here's the delegated call to the old PL/SQL routine
1116: csi_counter_pub.create_reading_lock(p_api_version,
1117: p_commit,
1118: p_init_msg_list,
1119: p_validation_level,
1120: ddp_ctr_reading_lock_rec,

Line 1206: csi_counter_pub.create_daily_usage(p_api_version,

1202:
1203:
1204:
1205: -- here's the delegated call to the old PL/SQL routine
1206: csi_counter_pub.create_daily_usage(p_api_version,
1207: p_commit,
1208: p_init_msg_list,
1209: p_validation_level,
1210: ddp_ctr_usage_forecast_rec,

Line 1707: csi_counter_pub.update_counter(p_api_version,

1703:
1704:
1705:
1706: -- here's the delegated call to the old PL/SQL routine
1707: csi_counter_pub.update_counter(p_api_version,
1708: p_init_msg_list,
1709: p_commit,
1710: p_validation_level,
1711: ddp_counter_instance_rec,

Line 2055: csi_counter_pub.update_ctr_property(p_api_version,

2051:
2052:
2053:
2054: -- here's the delegated call to the old PL/SQL routine
2055: csi_counter_pub.update_ctr_property(p_api_version,
2056: p_commit,
2057: p_init_msg_list,
2058: p_validation_level,
2059: ddp_ctr_properties_tbl,

Line 2202: csi_counter_pub.update_ctr_associations(p_api_version,

2198:
2199:
2200:
2201: -- here's the delegated call to the old PL/SQL routine
2202: csi_counter_pub.update_ctr_associations(p_api_version,
2203: p_commit,
2204: p_init_msg_list,
2205: p_validation_level,
2206: ddp_counter_associations_tbl,

Line 2254: end csi_counter_pub_w;

2250:
2251:
2252: end;
2253:
2254: end csi_counter_pub_w;