DBA Data[Home] [Help]

APPS.OKL_LA_PAYMENTS_PVT dependencies on OKL_RULE_PUB

Line 59: subtype rulv_rec_type is OKL_RULE_PUB.rulv_rec_type;

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

Line 60: subtype rulv_tbl_type is OKL_RULE_PUB.rulv_tbl_type;

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