DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PUB_W dependencies on CSI_ORGANIZATION_UNIT_PUB

Line 1: package body csi_organization_unit_pub_w as

1: package body csi_organization_unit_pub_w as
2: /* $Header: csipouwb.pls 120.11 2008/01/15 03:39:23 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 90: csi_organization_unit_pub.get_organization_unit(p_api_version,

86:
87:
88:
89: -- here's the delegated call to the old PL/SQL routine
90: csi_organization_unit_pub.get_organization_unit(p_api_version,
91: p_commit,
92: p_init_msg_list,
93: p_validation_level,
94: ddp_ou_query_rec,

Line 296: csi_organization_unit_pub.create_organization_unit(p_api_version,

292:
293:
294:
295: -- here's the delegated call to the old PL/SQL routine
296: csi_organization_unit_pub.create_organization_unit(p_api_version,
297: p_commit,
298: p_init_msg_list,
299: p_validation_level,
300: ddp_org_unit_tbl,

Line 537: csi_organization_unit_pub.update_organization_unit(p_api_version,

533:
534:
535:
536: -- here's the delegated call to the old PL/SQL routine
537: csi_organization_unit_pub.update_organization_unit(p_api_version,
538: p_commit,
539: p_init_msg_list,
540: p_validation_level,
541: ddp_org_unit_tbl,

Line 753: csi_organization_unit_pub.expire_organization_unit(p_api_version,

749:
750:
751:
752: -- here's the delegated call to the old PL/SQL routine
753: csi_organization_unit_pub.expire_organization_unit(p_api_version,
754: p_commit,
755: p_init_msg_list,
756: p_validation_level,
757: ddp_org_unit_tbl,

Line 814: end csi_organization_unit_pub_w;

810:
811:
812: end;
813:
814: end csi_organization_unit_pub_w;