DBA Data[Home] [Help]

APPS.CN_IMP_HEADERS_PVT_W dependencies on CN_IMP_HEADERS_PVT

Line 1: package body cn_imp_headers_pvt_w as

1: package body cn_imp_headers_pvt_w as
2: /* $Header: cnwimhrb.pls 120.1 2006/03/22 23:04 hanaraya 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 66: ddp_imp_header cn_imp_headers_pvt.imp_headers_rec_type;

62: , x_imp_header_id out nocopy NUMBER
63: )
64:
65: as
66: ddp_imp_header cn_imp_headers_pvt.imp_headers_rec_type;
67: ddindx binary_integer; indx binary_integer;
68: begin
69:
70: -- copy data to the local IN or IN-OUT args, if any

Line 120: cn_imp_headers_pvt.create_imp_header(p_api_version,

116: ddp_imp_header.last_update_login := p7_a38;
117:
118:
119: -- here's the delegated call to the old PL/SQL routine
120: cn_imp_headers_pvt.create_imp_header(p_api_version,
121: p_init_msg_list,
122: p_commit,
123: p_validation_level,
124: x_return_status,

Line 190: ddp_imp_header cn_imp_headers_pvt.imp_headers_rec_type;

186: , p7_a38 NUMBER
187: )
188:
189: as
190: ddp_imp_header cn_imp_headers_pvt.imp_headers_rec_type;
191: ddindx binary_integer; indx binary_integer;
192: begin
193:
194: -- copy data to the local IN or IN-OUT args, if any

Line 243: cn_imp_headers_pvt.update_imp_header(p_api_version,

239: ddp_imp_header.last_updated_by := p7_a37;
240: ddp_imp_header.last_update_login := p7_a38;
241:
242: -- here's the delegated call to the old PL/SQL routine
243: cn_imp_headers_pvt.update_imp_header(p_api_version,
244: p_init_msg_list,
245: p_commit,
246: p_validation_level,
247: x_return_status,

Line 312: ddp_imp_header cn_imp_headers_pvt.imp_headers_rec_type;

308: , p8_a38 NUMBER
309: )
310:
311: as
312: ddp_imp_header cn_imp_headers_pvt.imp_headers_rec_type;
313: ddindx binary_integer; indx binary_integer;
314: begin
315:
316: -- copy data to the local IN or IN-OUT args, if any

Line 366: cn_imp_headers_pvt.delete_imp_header(p_api_version,

362: ddp_imp_header.last_updated_by := p8_a37;
363: ddp_imp_header.last_update_login := p8_a38;
364:
365: -- here's the delegated call to the old PL/SQL routine
366: cn_imp_headers_pvt.delete_imp_header(p_api_version,
367: p_init_msg_list,
368: p_commit,
369: p_validation_level,
370: x_return_status,

Line 387: end cn_imp_headers_pvt_w;

383:
384:
385: end;
386:
387: end cn_imp_headers_pvt_w;