DBA Data[Home] [Help]

APPS.AHL_FMP_MR_HEADER_PVT_W dependencies on AHL_FMP_MR_HEADER_PVT

Line 1: package body ahl_fmp_mr_header_pvt_w as

1: package body ahl_fmp_mr_header_pvt_w as
2: /* $Header: AHLWMRHB.pls 120.3.12020000.2 2012/12/13 06:14:02 shnatu 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 100: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;

96: , p9_a71 in out nocopy VARCHAR2
97: )
98:
99: as
100: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;
101: ddindx binary_integer; indx binary_integer;
102: begin
103:
104: -- copy data to the local IN or IN-OUT args, if any

Line 188: ahl_fmp_mr_header_pvt.create_mr_header(p_api_version,

184: ddp_x_mr_header_rec.attribute15 := p9_a70;
185: ddp_x_mr_header_rec.dml_operation := p9_a71;
186:
187: -- here's the delegated call to the old PL/SQL routine
188: ahl_fmp_mr_header_pvt.create_mr_header(p_api_version,
189: p_init_msg_list,
190: p_commit,
191: p_validation_level,
192: p_default,

Line 367: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;

363: , p9_a71 in out nocopy VARCHAR2
364: )
365:
366: as
367: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;
368: ddindx binary_integer; indx binary_integer;
369: begin
370:
371: -- copy data to the local IN or IN-OUT args, if any

Line 455: ahl_fmp_mr_header_pvt.update_mr_header(p_api_version,

451: ddp_x_mr_header_rec.attribute15 := p9_a70;
452: ddp_x_mr_header_rec.dml_operation := p9_a71;
453:
454: -- here's the delegated call to the old PL/SQL routine
455: ahl_fmp_mr_header_pvt.update_mr_header(p_api_version,
456: p_init_msg_list,
457: p_commit,
458: p_validation_level,
459: p_default,

Line 550: end ahl_fmp_mr_header_pvt_w;

546: p9_a70 := ddp_x_mr_header_rec.attribute15;
547: p9_a71 := ddp_x_mr_header_rec.dml_operation;
548: end;
549:
550: end ahl_fmp_mr_header_pvt_w;