DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PUB_W dependencies on CSI_II_RELATIONSHIPS_PUB

Line 1: package body csi_ii_relationships_pub_w as

1: package body csi_ii_relationships_pub_w as
2: /* $Header: csipirwb.pls 120.12 2008/01/15 03:37:25 devijay 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 98: csi_ii_relationships_pub.get_relationships(p_api_version,

94:
95:
96:
97: -- here's the delegated call to the old PL/SQL routine
98: csi_ii_relationships_pub.get_relationships(p_api_version,
99: p_commit,
100: p_init_msg_list,
101: p_validation_level,
102: ddp_relationship_query_rec,

Line 326: csi_ii_relationships_pub.create_relationship(p_api_version,

322:
323:
324:
325: -- here's the delegated call to the old PL/SQL routine
326: csi_ii_relationships_pub.create_relationship(p_api_version,
327: p_commit,
328: p_init_msg_list,
329: p_validation_level,
330: ddp_relationship_tbl,

Line 588: csi_ii_relationships_pub.update_relationship(p_api_version,

584:
585:
586:
587: -- here's the delegated call to the old PL/SQL routine
588: csi_ii_relationships_pub.update_relationship(p_api_version,
589: p_commit,
590: p_init_msg_list,
591: p_validation_level,
592: ddp_relationship_tbl,

Line 820: csi_ii_relationships_pub.expire_relationship(p_api_version,

816:
817:
818:
819: -- here's the delegated call to the old PL/SQL routine
820: csi_ii_relationships_pub.expire_relationship(p_api_version,
821: p_commit,
822: p_init_msg_list,
823: p_validation_level,
824: ddp_relationship_rec,

Line 884: end csi_ii_relationships_pub_w;

880:
881:
882: end;
883:
884: end csi_ii_relationships_pub_w;