DBA Data[Home] [Help]

APPS.CSI_PRICING_ATTRIBS_PUB_W dependencies on CSI_PRICING_ATTRIBS_PUB

Line 1: package body csi_pricing_attribs_pub_w as

1: package body csi_pricing_attribs_pub_w as
2: /* $Header: csippawb.pls 120.11 2008/01/15 03:38:09 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 182: csi_pricing_attribs_pub.get_pricing_attribs(p_api_version,

178:
179:
180:
181: -- here's the delegated call to the old PL/SQL routine
182: csi_pricing_attribs_pub.get_pricing_attribs(p_api_version,
183: p_commit,
184: p_init_msg_list,
185: p_validation_level,
186: ddp_pricing_attribs_query_rec,

Line 682: csi_pricing_attribs_pub.create_pricing_attribs(p_api_version,

678:
679:
680:
681: -- here's the delegated call to the old PL/SQL routine
682: csi_pricing_attribs_pub.create_pricing_attribs(p_api_version,
683: p_commit,
684: p_init_msg_list,
685: p_validation_level,
686: ddp_pricing_attribs_tbl,

Line 1220: csi_pricing_attribs_pub.update_pricing_attribs(p_api_version,

1216:
1217:
1218:
1219: -- here's the delegated call to the old PL/SQL routine
1220: csi_pricing_attribs_pub.update_pricing_attribs(p_api_version,
1221: p_commit,
1222: p_init_msg_list,
1223: p_validation_level,
1224: ddp_pricing_attribs_tbl,

Line 1634: csi_pricing_attribs_pub.expire_pricing_attribs(p_api_version,

1630:
1631:
1632:
1633: -- here's the delegated call to the old PL/SQL routine
1634: csi_pricing_attribs_pub.expire_pricing_attribs(p_api_version,
1635: p_commit,
1636: p_init_msg_list,
1637: p_validation_level,
1638: ddp_pricing_attribs_tbl,

Line 1695: end csi_pricing_attribs_pub_w;

1691:
1692:
1693: end;
1694:
1695: end csi_pricing_attribs_pub_w;