DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_RULE_PUB

Line 13: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;

9: subtype cplv_rec_type IS OKL_OKC_MIGRATION_PVT.cplv_rec_type;
10: subtype kplv_rec_type IS OKL_K_PARTY_ROLES_PVT.kplv_rec_type; -- Bug 4558486
11:
12: -- Contract Rule Record Record Type
13: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;
14: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;
15: subtype rulv_tbl_type IS OKL_RULE_PUB.rulv_tbl_type;
16:
17: -- Contract Line Record Type Definition

Line 14: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;

10: subtype kplv_rec_type IS OKL_K_PARTY_ROLES_PVT.kplv_rec_type; -- Bug 4558486
11:
12: -- Contract Rule Record Record Type
13: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;
14: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;
15: subtype rulv_tbl_type IS OKL_RULE_PUB.rulv_tbl_type;
16:
17: -- Contract Line Record Type Definition
18: subtype clev_rec_type IS OKL_CREATE_KLE_PUB.clev_rec_type;

Line 15: subtype rulv_tbl_type IS OKL_RULE_PUB.rulv_tbl_type;

11:
12: -- Contract Rule Record Record Type
13: subtype rgpv_rec_type IS OKL_RULE_PUB.rgpv_rec_type;
14: subtype rulv_rec_type IS OKL_RULE_PUB.rulv_rec_type;
15: subtype rulv_tbl_type IS OKL_RULE_PUB.rulv_tbl_type;
16:
17: -- Contract Line Record Type Definition
18: subtype clev_rec_type IS OKL_CREATE_KLE_PUB.clev_rec_type;
19: subtype klev_rec_type IS OKL_CREATE_KLE_PUB.klev_rec_type;

Line 25: subtype rmpv_rec_type IS OKL_RULE_PUB.rmpv_rec_type;

21: subtype talv_rec_type IS OKL_CREATE_KLE_PUB.talv_rec_type;
22: subtype itiv_tbl_type IS OKL_CREATE_KLE_PUB.itiv_tbl_type;
23: subtype sidv_rec_type IS OKL_SUPP_INVOICE_DTLS_PUB.sidv_rec_type;
24:
25: subtype rmpv_rec_type IS OKL_RULE_PUB.rmpv_rec_type;
26:
27: subtype gvev_rec_type IS OKL_OKC_MIGRATION_PVT.gvev_rec_type;
28: subtype adpv_rec_type IS okl_txd_assets_pub.adpv_rec_type;
29: