DBA Data[Home] [Help]

APPS.OKL_RULE_APIS_PUB dependencies on OKL_RULE_APIS_PVT

Line 14: SUBTYPE rgpv_rec_type is OKL_RULE_APIS_PVT.rgpv_rec_type;

10: G_ERROR CONSTANT VARCHAR2(30) := 'OKL_CONTRACTS_ERROR';
11: G_UNEXPECTED_ERROR CONSTANT VARCHAR2(30) := 'OKL_CONTRACTS_UNEXP_ERROR';
12: ------------------------------------------------
13: -- record structure for rule group
14: SUBTYPE rgpv_rec_type is OKL_RULE_APIS_PVT.rgpv_rec_type;
15: -- record structure for rule
16: SUBTYPE rulv_rec_type is OKL_RULE_APIS_PVT.rulv_rec_type;
17: -- table structure for rule group
18: SUBTYPE rgpv_tbl_type is OKL_RULE_APIS_PVT.rgpv_tbl_type;

Line 16: SUBTYPE rulv_rec_type is OKL_RULE_APIS_PVT.rulv_rec_type;

12: ------------------------------------------------
13: -- record structure for rule group
14: SUBTYPE rgpv_rec_type is OKL_RULE_APIS_PVT.rgpv_rec_type;
15: -- record structure for rule
16: SUBTYPE rulv_rec_type is OKL_RULE_APIS_PVT.rulv_rec_type;
17: -- table structure for rule group
18: SUBTYPE rgpv_tbl_type is OKL_RULE_APIS_PVT.rgpv_tbl_type;
19: -- table structure for rule
20: SUBTYPE rulv_tbl_type is OKL_RULE_APIS_PVT.rulv_tbl_type;

Line 18: SUBTYPE rgpv_tbl_type is OKL_RULE_APIS_PVT.rgpv_tbl_type;

14: SUBTYPE rgpv_rec_type is OKL_RULE_APIS_PVT.rgpv_rec_type;
15: -- record structure for rule
16: SUBTYPE rulv_rec_type is OKL_RULE_APIS_PVT.rulv_rec_type;
17: -- table structure for rule group
18: SUBTYPE rgpv_tbl_type is OKL_RULE_APIS_PVT.rgpv_tbl_type;
19: -- table structure for rule
20: SUBTYPE rulv_tbl_type is OKL_RULE_APIS_PVT.rulv_tbl_type;
21: -- output record structure for displayed attributes of a rule's segments
22: -- for a given id1 and id2 for jtot_object will store name and description to be

Line 20: SUBTYPE rulv_tbl_type is OKL_RULE_APIS_PVT.rulv_tbl_type;

16: SUBTYPE rulv_rec_type is OKL_RULE_APIS_PVT.rulv_rec_type;
17: -- table structure for rule group
18: SUBTYPE rgpv_tbl_type is OKL_RULE_APIS_PVT.rgpv_tbl_type;
19: -- table structure for rule
20: SUBTYPE rulv_tbl_type is OKL_RULE_APIS_PVT.rulv_tbl_type;
21: -- output record structure for displayed attributes of a rule's segments
22: -- for a given id1 and id2 for jtot_object will store name and description to be
23: -- displayed. For a rule_information segment will store name to be displayed
24: SUBTYPE rulv_disp_rec_type is OKL_RULE_APIS_PVT.rulv_disp_rec_type;

Line 24: SUBTYPE rulv_disp_rec_type is OKL_RULE_APIS_PVT.rulv_disp_rec_type;

20: SUBTYPE rulv_tbl_type is OKL_RULE_APIS_PVT.rulv_tbl_type;
21: -- output record structure for displayed attributes of a rule's segments
22: -- for a given id1 and id2 for jtot_object will store name and description to be
23: -- displayed. For a rule_information segment will store name to be displayed
24: SUBTYPE rulv_disp_rec_type is OKL_RULE_APIS_PVT.rulv_disp_rec_type;
25:
26: --Start of Comments
27: --Procedure Name : Get_Contract_Rgs
28: --Description : Get Contract Rule Groups for a chr_id, cle_id