DBA Data[Home] [Help]

APPS.CSI_SYSTEMS_PUB_W dependencies on CSI_SYSTEMS_PUB

Line 1: package body csi_systems_pub_w as

1: package body csi_systems_pub_w as
2: /* $Header: csipsywb.pls 120.9 2006/07/11 03:19:41 brajendr noship $ */
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 112: csi_systems_pub.get_systems(p_api_version,

108:
109:
110:
111: -- here's the delegated call to the old PL/SQL routine
112: csi_systems_pub.get_systems(p_api_version,
113: p_commit,
114: p_init_msg_list,
115: p_validation_level,
116: ddp_system_query_rec,

Line 393: csi_systems_pub.create_system(p_api_version,

389:
390:
391:
392: -- here's the delegated call to the old PL/SQL routine
393: csi_systems_pub.create_system(p_api_version,
394: p_commit,
395: p_init_msg_list,
396: p_validation_level,
397: ddp_system_rec,

Line 660: csi_systems_pub.update_system(p_api_version,

656:
657:
658:
659: -- here's the delegated call to the old PL/SQL routine
660: csi_systems_pub.update_system(p_api_version,
661: p_commit,
662: p_init_msg_list,
663: p_validation_level,
664: ddp_system_rec,

Line 928: csi_systems_pub.expire_system(p_api_version,

924:
925:
926:
927: -- here's the delegated call to the old PL/SQL routine
928: csi_systems_pub.expire_system(p_api_version,
929: p_commit,
930: p_init_msg_list,
931: p_validation_level,
932: ddp_system_rec,

Line 992: end csi_systems_pub_w;

988:
989:
990: end;
991:
992: end csi_systems_pub_w;