DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PUB dependencies on OKL_MASS_REBOOK_PVT

Line 14: SUBTYPE mrbv_rec_type IS okl_mass_rebook_pvt.mrbv_rec_type;

10: G_DUPLICATE_REQUEST CONSTANT VARCHAR2(1000) := 'OKL_LLA_DUPLICATE_REQUEST';
11: G_NO_SEL_CONTRACT CONSTANT VARCHAR2(1000) := 'OKL_LLA_NO_SELECTED_CONTRACT';
12:
13:
14: SUBTYPE mrbv_rec_type IS okl_mass_rebook_pvt.mrbv_rec_type;
15: SUBTYPE mrbv_tbl_type IS okl_mass_rebook_pvt.mrbv_tbl_type;
16:
17: SUBTYPE mstv_rec_type IS okl_mass_rebook_pvt.mstv_rec_type;
18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;

Line 15: SUBTYPE mrbv_tbl_type IS okl_mass_rebook_pvt.mrbv_tbl_type;

11: G_NO_SEL_CONTRACT CONSTANT VARCHAR2(1000) := 'OKL_LLA_NO_SELECTED_CONTRACT';
12:
13:
14: SUBTYPE mrbv_rec_type IS okl_mass_rebook_pvt.mrbv_rec_type;
15: SUBTYPE mrbv_tbl_type IS okl_mass_rebook_pvt.mrbv_tbl_type;
16:
17: SUBTYPE mstv_rec_type IS okl_mass_rebook_pvt.mstv_rec_type;
18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;
19:

Line 17: SUBTYPE mstv_rec_type IS okl_mass_rebook_pvt.mstv_rec_type;

13:
14: SUBTYPE mrbv_rec_type IS okl_mass_rebook_pvt.mrbv_rec_type;
15: SUBTYPE mrbv_tbl_type IS okl_mass_rebook_pvt.mrbv_tbl_type;
16:
17: SUBTYPE mstv_rec_type IS okl_mass_rebook_pvt.mstv_rec_type;
18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;
19:
20: subtype tcnv_rec_type IS okl_mass_rebook_pvt.tcnv_rec_type;
21:

Line 18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;

14: SUBTYPE mrbv_rec_type IS okl_mass_rebook_pvt.mrbv_rec_type;
15: SUBTYPE mrbv_tbl_type IS okl_mass_rebook_pvt.mrbv_tbl_type;
16:
17: SUBTYPE mstv_rec_type IS okl_mass_rebook_pvt.mstv_rec_type;
18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;
19:
20: subtype tcnv_rec_type IS okl_mass_rebook_pvt.tcnv_rec_type;
21:
22: subtype thpv_rec_type IS okl_mass_rebook_pvt.thpv_rec_type;

Line 20: subtype tcnv_rec_type IS okl_mass_rebook_pvt.tcnv_rec_type;

16:
17: SUBTYPE mstv_rec_type IS okl_mass_rebook_pvt.mstv_rec_type;
18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;
19:
20: subtype tcnv_rec_type IS okl_mass_rebook_pvt.tcnv_rec_type;
21:
22: subtype thpv_rec_type IS okl_mass_rebook_pvt.thpv_rec_type;
23: subtype thpv_tbl_type IS okl_mass_rebook_pvt.thpv_tbl_type;
24:

Line 22: subtype thpv_rec_type IS okl_mass_rebook_pvt.thpv_rec_type;

18: SUBTYPE mstv_tbl_type IS okl_mass_rebook_pvt.mstv_tbl_type;
19:
20: subtype tcnv_rec_type IS okl_mass_rebook_pvt.tcnv_rec_type;
21:
22: subtype thpv_rec_type IS okl_mass_rebook_pvt.thpv_rec_type;
23: subtype thpv_tbl_type IS okl_mass_rebook_pvt.thpv_tbl_type;
24:
25: --
26: -- Order of Criteria Code in Table is important

Line 23: subtype thpv_tbl_type IS okl_mass_rebook_pvt.thpv_tbl_type;

19:
20: subtype tcnv_rec_type IS okl_mass_rebook_pvt.tcnv_rec_type;
21:
22: subtype thpv_rec_type IS okl_mass_rebook_pvt.thpv_rec_type;
23: subtype thpv_tbl_type IS okl_mass_rebook_pvt.thpv_tbl_type;
24:
25: --
26: -- Order of Criteria Code in Table is important
27: -- It should be as follows, if present

Line 42: SUBTYPE rbk_rec_type IS OKL_MASS_REBOOK_PVT.rbk_rec_type;

38: );
39:
40: TYPE crit_tbl_type IS TABLE OF crit_rec_type INDEX BY BINARY_INTEGER;
41:
42: SUBTYPE rbk_rec_type IS OKL_MASS_REBOOK_PVT.rbk_rec_type;
43: SUBTYPE rbk_tbl_type IS OKL_MASS_REBOOK_PVT.rbk_tbl_type;
44:
45: SUBTYPE strm_lalevl_rec_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_rec_type;
46: SUBTYPE strm_lalevl_tbl_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_tbl_type;

Line 43: SUBTYPE rbk_tbl_type IS OKL_MASS_REBOOK_PVT.rbk_tbl_type;

39:
40: TYPE crit_tbl_type IS TABLE OF crit_rec_type INDEX BY BINARY_INTEGER;
41:
42: SUBTYPE rbk_rec_type IS OKL_MASS_REBOOK_PVT.rbk_rec_type;
43: SUBTYPE rbk_tbl_type IS OKL_MASS_REBOOK_PVT.rbk_tbl_type;
44:
45: SUBTYPE strm_lalevl_rec_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_rec_type;
46: SUBTYPE strm_lalevl_tbl_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_tbl_type;
47:

Line 45: SUBTYPE strm_lalevl_rec_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_rec_type;

41:
42: SUBTYPE rbk_rec_type IS OKL_MASS_REBOOK_PVT.rbk_rec_type;
43: SUBTYPE rbk_tbl_type IS OKL_MASS_REBOOK_PVT.rbk_tbl_type;
44:
45: SUBTYPE strm_lalevl_rec_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_rec_type;
46: SUBTYPE strm_lalevl_tbl_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_tbl_type;
47:
48: SUBTYPE strm_trx_tbl_type IS OKL_MASS_REBOOK_PVT.strm_trx_tbl_type;
49:

Line 46: SUBTYPE strm_lalevl_tbl_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_tbl_type;

42: SUBTYPE rbk_rec_type IS OKL_MASS_REBOOK_PVT.rbk_rec_type;
43: SUBTYPE rbk_tbl_type IS OKL_MASS_REBOOK_PVT.rbk_tbl_type;
44:
45: SUBTYPE strm_lalevl_rec_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_rec_type;
46: SUBTYPE strm_lalevl_tbl_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_tbl_type;
47:
48: SUBTYPE strm_trx_tbl_type IS OKL_MASS_REBOOK_PVT.strm_trx_tbl_type;
49:
50: PROCEDURE build_and_get_contracts(

Line 48: SUBTYPE strm_trx_tbl_type IS OKL_MASS_REBOOK_PVT.strm_trx_tbl_type;

44:
45: SUBTYPE strm_lalevl_rec_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_rec_type;
46: SUBTYPE strm_lalevl_tbl_type IS OKL_MASS_REBOOK_PVT.strm_lalevl_tbl_type;
47:
48: SUBTYPE strm_trx_tbl_type IS OKL_MASS_REBOOK_PVT.strm_trx_tbl_type;
49:
50: PROCEDURE build_and_get_contracts(
51: p_api_version IN NUMBER,
52: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,