DBA Data[Home] [Help]

APPS.OKL_AM_CONSOLIDATED_QTE_PVT_W dependencies on OKL_AM_CONSOLIDATED_QTE_PVT

Line 1: package body okl_am_consolidated_qte_pvt_w as

1: package body okl_am_consolidated_qte_pvt_w as
2: /* $Header: OKLECNQB.pls 120.2 2007/11/02 21:05:11 rmunjulu 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:

Line 196: ddp_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;

192: , p6_a82 out nocopy VARCHAR2
193: )
194:
195: as
196: ddp_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;
197: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
198: ddindx binary_integer; indx binary_integer;
199: begin
200:

Line 197: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;

193: )
194:
195: as
196: ddp_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;
197: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_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 294: okl_am_consolidated_qte_pvt.create_consolidate_quote(p_api_version,

290: );
291:
292:
293: -- here's the delegated call to the old PL/SQL routine
294: okl_am_consolidated_qte_pvt.create_consolidate_quote(p_api_version,
295: p_init_msg_list,
296: x_return_status,
297: x_msg_count,
298: x_msg_data,

Line 651: ddp_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;

647: , p5_a82 VARCHAR2 := fnd_api.g_miss_char
648: )
649:
650: as
651: ddp_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
652: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
653: ddx_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;
654: ddindx binary_integer; indx binary_integer;
655: begin

Line 652: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;

648: )
649:
650: as
651: ddp_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
652: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
653: ddx_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;
654: ddindx binary_integer; indx binary_integer;
655: begin
656:

Line 653: ddx_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;

649:
650: as
651: ddp_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
652: ddx_cons_rec okl_am_consolidated_qte_pvt.qtev_rec_type;
653: ddx_qtev_tbl okl_am_consolidated_qte_pvt.qtev_tbl_type;
654: ddindx binary_integer; indx binary_integer;
655: begin
656:
657: -- copy data to the local IN or IN-OUT args, if any

Line 750: okl_am_consolidated_qte_pvt.update_consolidate_quote(p_api_version,

746:
747:
748:
749: -- here's the delegated call to the old PL/SQL routine
750: okl_am_consolidated_qte_pvt.update_consolidate_quote(p_api_version,
751: p_init_msg_list,
752: x_return_status,
753: x_msg_count,
754: x_msg_data,

Line 936: end okl_am_consolidated_qte_pvt_w;

932: , p7_a82
933: );
934: end;
935:
936: end okl_am_consolidated_qte_pvt_w;