DBA Data[Home] [Help]

APPS.CN_CREDIT_TYPE_CONV_PVT_W dependencies on CN_CREDIT_TYPE_CONV_PVT

Line 1: package body cn_credit_type_conv_pvt_w as

1: package body cn_credit_type_conv_pvt_w as
2: /* $Header: cnwctcnb.pls 115.3 2002/11/25 14:44:57 rarajara 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:

Line 49: cn_credit_type_conv_pvt.create_conversion(p_api_version,

45:
46:
47:
48: -- here's the delegated call to the old PL/SQL routine
49: cn_credit_type_conv_pvt.create_conversion(p_api_version,
50: p_init_msg_list,
51: p_commit,
52: p_validation_level,
53: p_from_credit_type,

Line 116: cn_credit_type_conv_pvt.update_conversion(p_api_version,

112:
113:
114:
115: -- here's the delegated call to the old PL/SQL routine
116: cn_credit_type_conv_pvt.update_conversion(p_api_version,
117: p_init_msg_list,
118: p_commit,
119: p_validation_level,
120: p_object_version,

Line 147: end cn_credit_type_conv_pvt_w;

143:
144:
145: end;
146:
147: end cn_credit_type_conv_pvt_w;