DBA Data[Home] [Help]

APPS.OKL_DFLEX_UTIL_PVT_W dependencies on OKL_DFLEX_UTIL_PVT

Line 1: package body okl_dflex_util_pvt_w as

1: package body okl_dflex_util_pvt_w as
2: /* $Header: OKLEDFUB.pls 120.1 2005/11/25 10:33:55 dkagrawa 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: ddp_segment_values_rec okl_dflex_util_pvt.dff_rec_type;

45: , p8_a15 VARCHAR2 := fnd_api.g_miss_char
46: )
47:
48: as
49: ddp_segment_values_rec okl_dflex_util_pvt.dff_rec_type;
50: ddindx binary_integer; indx binary_integer;
51: begin
52:
53: -- copy data to the local IN or IN-OUT args, if any

Line 80: okl_dflex_util_pvt.validate_desc_flex(p_api_version,

76: ddp_segment_values_rec.attribute14 := p8_a14;
77: ddp_segment_values_rec.attribute15 := p8_a15;
78:
79: -- here's the delegated call to the old PL/SQL routine
80: okl_dflex_util_pvt.validate_desc_flex(p_api_version,
81: p_init_msg_list,
82: x_return_status,
83: x_msg_count,
84: x_msg_data,

Line 126: ddp_add_info_rec okl_dflex_util_pvt.dff_rec_type;

122: , p6_a15 VARCHAR2 := fnd_api.g_miss_char
123: )
124:
125: as
126: ddp_add_info_rec okl_dflex_util_pvt.dff_rec_type;
127: ddindx binary_integer; indx binary_integer;
128: begin
129:
130: -- copy data to the local IN or IN-OUT args, if any

Line 155: okl_dflex_util_pvt.update_contract_add_info(p_api_version,

151: ddp_add_info_rec.attribute14 := p6_a14;
152: ddp_add_info_rec.attribute15 := p6_a15;
153:
154: -- here's the delegated call to the old PL/SQL routine
155: okl_dflex_util_pvt.update_contract_add_info(p_api_version,
156: p_init_msg_list,
157: x_return_status,
158: x_msg_count,
159: x_msg_data,

Line 197: ddp_add_info_rec okl_dflex_util_pvt.dff_rec_type;

193: , p6_a15 VARCHAR2 := fnd_api.g_miss_char
194: )
195:
196: as
197: ddp_add_info_rec okl_dflex_util_pvt.dff_rec_type;
198: ddindx binary_integer; indx binary_integer;
199: begin
200:
201: -- copy data to the local IN or IN-OUT args, if any

Line 226: okl_dflex_util_pvt.update_line_add_info(p_api_version,

222: ddp_add_info_rec.attribute14 := p6_a14;
223: ddp_add_info_rec.attribute15 := p6_a15;
224:
225: -- here's the delegated call to the old PL/SQL routine
226: okl_dflex_util_pvt.update_line_add_info(p_api_version,
227: p_init_msg_list,
228: x_return_status,
229: x_msg_count,
230: x_msg_data,

Line 243: end okl_dflex_util_pvt_w;

239:
240:
241: end;
242:
243: end okl_dflex_util_pvt_w;