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.1.12010000.2 2008/12/29 01:06:14 sracha 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 98: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;

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

Line 184: ahl_fmp_mr_header_pvt.create_mr_header(p_api_version,

180: ddp_x_mr_header_rec.attribute15 := p9_a68;
181: ddp_x_mr_header_rec.dml_operation := p9_a69;
182:
183: -- here's the delegated call to the old PL/SQL routine
184: ahl_fmp_mr_header_pvt.create_mr_header(p_api_version,
185: p_init_msg_list,
186: p_commit,
187: p_validation_level,
188: p_default,

Line 359: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;

355: , p9_a69 in out nocopy VARCHAR2
356: )
357:
358: as
359: ddp_x_mr_header_rec ahl_fmp_mr_header_pvt.mr_header_rec;
360: ddindx binary_integer; indx binary_integer;
361: begin
362:
363: -- copy data to the local IN or IN-OUT args, if any

Line 445: ahl_fmp_mr_header_pvt.update_mr_header(p_api_version,

441: ddp_x_mr_header_rec.attribute15 := p9_a68;
442: ddp_x_mr_header_rec.dml_operation := p9_a69;
443:
444: -- here's the delegated call to the old PL/SQL routine
445: ahl_fmp_mr_header_pvt.update_mr_header(p_api_version,
446: p_init_msg_list,
447: p_commit,
448: p_validation_level,
449: p_default,

Line 538: end ahl_fmp_mr_header_pvt_w;

534: p9_a68 := ddp_x_mr_header_rec.attribute15;
535: p9_a69 := ddp_x_mr_header_rec.dml_operation;
536: end;
537:
538: end ahl_fmp_mr_header_pvt_w;