DBA Data[Home] [Help]

APPS.OKL_LA_PAYMENTS_PVT dependencies on OKL_RULE_PUB

Line 57: subtype rulv_rec_type is OKL_RULE_PUB.rulv_rec_type;

53:
54:
55: TYPE pym_tbl_type IS TABLE OF pym_rec_type INDEX BY BINARY_INTEGER;
56: TYPE pym_del_tbl_type IS TABLE OF pym_del_rec_type INDEX BY BINARY_INTEGER;
57: subtype rulv_rec_type is OKL_RULE_PUB.rulv_rec_type;
58: subtype rulv_tbl_type is OKL_RULE_PUB.rulv_tbl_type;
59:
60:
61: G_AK_REGION_NAME varchar2(19) := 'OKL_LA_PAYMENTS';

Line 58: subtype rulv_tbl_type is OKL_RULE_PUB.rulv_tbl_type;

54:
55: TYPE pym_tbl_type IS TABLE OF pym_rec_type INDEX BY BINARY_INTEGER;
56: TYPE pym_del_tbl_type IS TABLE OF pym_del_rec_type INDEX BY BINARY_INTEGER;
57: subtype rulv_rec_type is OKL_RULE_PUB.rulv_rec_type;
58: subtype rulv_tbl_type is OKL_RULE_PUB.rulv_tbl_type;
59:
60:
61: G_AK_REGION_NAME varchar2(19) := 'OKL_LA_PAYMENTS';
62: