DBA Data[Home] [Help]

APPS.OKL_AM_CREATE_QUOTE_PUB_W dependencies on OKL_AM_CREATE_QUOTE_PUB

Line 1: package body okl_am_create_quote_pub_w as

1: package body okl_am_create_quote_pub_w as
2: /* $Header: OKLUCQTB.pls 120.4 2007/11/02 21:04:27 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 54: ddp_achr_rec okl_am_create_quote_pub.achr_rec_type;

50: , p5_a11 VARCHAR2 := fnd_api.g_miss_char
51: )
52:
53: as
54: ddp_achr_rec okl_am_create_quote_pub.achr_rec_type;
55: ddx_achr_tbl okl_am_create_quote_pub.achr_tbl_type;
56: ddindx binary_integer; indx binary_integer;
57: begin
58:

Line 55: ddx_achr_tbl okl_am_create_quote_pub.achr_tbl_type;

51: )
52:
53: as
54: ddp_achr_rec okl_am_create_quote_pub.achr_rec_type;
55: ddx_achr_tbl okl_am_create_quote_pub.achr_tbl_type;
56: ddindx binary_integer; indx binary_integer;
57: begin
58:
59: -- copy data to the local IN or IN-OUT args, if any

Line 80: okl_am_create_quote_pub.advance_contract_search(p_api_version,

76: ddp_achr_rec.party_name := p5_a11;
77:
78:
79: -- here's the delegated call to the old PL/SQL routine
80: okl_am_create_quote_pub.advance_contract_search(p_api_version,
81: p_init_msg_list,
82: x_return_status,
83: x_msg_count,
84: x_msg_data,

Line 375: ddp_quot_rec okl_am_create_quote_pub.quot_rec_type;

371: , p5_a82 VARCHAR2 := fnd_api.g_miss_char
372: )
373:
374: as
375: ddp_quot_rec okl_am_create_quote_pub.quot_rec_type;
376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;
378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;
379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;

Line 376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;

372: )
373:
374: as
375: ddp_quot_rec okl_am_create_quote_pub.quot_rec_type;
376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;
378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;
379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;
380: ddx_assn_tbl okl_am_create_quote_pub.assn_tbl_type;

Line 377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;

373:
374: as
375: ddp_quot_rec okl_am_create_quote_pub.quot_rec_type;
376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;
378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;
379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;
380: ddx_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
381: ddindx binary_integer; indx binary_integer;

Line 378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;

374: as
375: ddp_quot_rec okl_am_create_quote_pub.quot_rec_type;
376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;
378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;
379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;
380: ddx_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
381: ddindx binary_integer; indx binary_integer;
382: begin

Line 379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;

375: ddp_quot_rec okl_am_create_quote_pub.quot_rec_type;
376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;
378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;
379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;
380: ddx_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
381: ddindx binary_integer; indx binary_integer;
382: begin
383:

Line 380: ddx_assn_tbl okl_am_create_quote_pub.assn_tbl_type;

376: ddp_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
377: ddp_qpyv_tbl okl_am_create_quote_pub.qpyv_tbl_type;
378: ddx_quot_rec okl_am_create_quote_pub.quot_rec_type;
379: ddx_tqlv_tbl okl_am_create_quote_pub.tqlv_tbl_type;
380: ddx_assn_tbl okl_am_create_quote_pub.assn_tbl_type;
381: ddindx binary_integer; indx binary_integer;
382: begin
383:
384: -- copy data to the local IN or IN-OUT args, if any

Line 507: okl_am_create_quote_pub.create_terminate_quote(p_api_version,

503:
504:
505:
506: -- here's the delegated call to the old PL/SQL routine
507: okl_am_create_quote_pub.create_terminate_quote(p_api_version,
508: p_init_msg_list,
509: x_return_status,
510: x_msg_count,
511: x_msg_data,

Line 683: end okl_am_create_quote_pub_w;

679: , p10_a4
680: );
681: end;
682:
683: end okl_am_create_quote_pub_w;