DBA Data[Home] [Help]

APPS.OE_PORTAL_UTIL_W dependencies on OE_PORTAL_UTIL

Line 1: package body oe_portal_util_w as

1: package body oe_portal_util_w as
2: /* $Header: OERUPORB.pls 120.0 2005/06/01 01:17:44 appldev 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 1042: oe_portal_util.get_values(ddp_header_rec,

1038: ddp_old_header_rec.contract_source_document_id := rosetta_g_miss_num_map(p1_a215);
1039:
1040:
1041: -- here's the delegated call to the old PL/SQL routine
1042: oe_portal_util.get_values(ddp_header_rec,
1043: ddp_old_header_rec,
1044: ddx_header_val_rec_type);
1045:
1046: -- copy data back from the local variables to OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any

Line 1866: oe_portal_util.lines(p_init_msg_list,

1862: );
1863:
1864:
1865: -- here's the delegated call to the old PL/SQL routine
1866: oe_portal_util.lines(p_init_msg_list,
1867: p_validation_level,
1868: ddp_control_rec,
1869: ddp_x_line_tbl,
1870: p_return_status);

Line 2603: oe_portal_util.set_header_cache(ddp_header_rec);

2599: ddp_header_rec.contract_source_doc_type_code := p0_a214;
2600: ddp_header_rec.contract_source_document_id := rosetta_g_miss_num_map(p0_a215);
2601:
2602: -- here's the delegated call to the old PL/SQL routine
2603: oe_portal_util.set_header_cache(ddp_header_rec);
2604:
2605: -- copy data back from the local variables to OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any
2606: end;
2607:

Line 2836: oe_portal_util.get_header(p_header_id,

2832: -- copy data to the local IN or IN-OUT args, if any
2833:
2834:
2835: -- here's the delegated call to the old PL/SQL routine
2836: oe_portal_util.get_header(p_header_id,
2837: ddx_header_rec);
2838:
2839: -- copy data back from the local variables to OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any
2840:

Line 3352: oe_portal_util.get_line(p_line_id,

3348: -- copy data to the local IN or IN-OUT args, if any
3349:
3350:
3351: -- here's the delegated call to the old PL/SQL routine
3352: oe_portal_util.get_line(p_line_id,
3353: ddx_line_rec);
3354:
3355: -- copy data back from the local variables to OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any
3356:

Line 3645: end oe_portal_util_w;

3641: p1_a279 := rosetta_g_miss_num_map(ddx_line_rec.original_list_price);
3642: p1_a280 := rosetta_g_miss_num_map(ddx_line_rec.commitment_applied_amount);
3643: end;
3644:
3645: end oe_portal_util_w;