DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PUB_W dependencies on CSI_COUNTER_READINGS_PUB

Line 1: package body csi_counter_readings_pub_w as

1: package body csi_counter_readings_pub_w as
2: /* $Header: csipcrwb.pls 120.10 2008/03/26 09:10:02 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 316: csi_counter_readings_pub.capture_counter_reading(p_api_version,

312:
313:
314:
315: -- here's the delegated call to the old PL/SQL routine
316: csi_counter_readings_pub.capture_counter_reading(p_api_version,
317: p_commit,
318: p_init_msg_list,
319: p_validation_level,
320: ddp_txn_tbl,

Line 617: csi_counter_readings_pub.update_counter_reading(p_api_version,

613:
614:
615:
616: -- here's the delegated call to the old PL/SQL routine
617: csi_counter_readings_pub.update_counter_reading(p_api_version,
618: p_commit,
619: p_init_msg_list,
620: p_validation_level,
621: ddp_ctr_rdg_tbl,

Line 697: end csi_counter_readings_pub_w;

693:
694:
695: end;
696:
697: end csi_counter_readings_pub_w;