DBA Data[Home] [Help]

APPS.OKL_RULE_APIS_PVT dependencies on OKL_RULE_PUB

Line 13: SUBTYPE rgpv_rec_type is OKL_RULE_PUB.rgpv_rec_type;

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

Line 15: SUBTYPE rulv_rec_type is OKL_RULE_PUB.rulv_rec_type;

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

Line 17: SUBTYPE rgpv_tbl_type is OKL_RULE_PUB.rgpv_tbl_type;

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

Line 19: SUBTYPE rulv_tbl_type is OKL_RULE_PUB.rulv_tbl_type;

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