DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_MAN_PUB dependencies on OKL_PAY_INVOICES_MAN_PVT

Line 14: SUBTYPE man_inv_rec_type IS okl_pay_invoices_man_pvt.man_inv_rec_type;

10: G_SQLCODE_TOKEN CONSTANT VARCHAR2(200) := 'SQLCODE';
11: ------------------------------------------------------------------------------
12: -- Global Record Type
13: ------------------------------------------------------------------------------
14: SUBTYPE man_inv_rec_type IS okl_pay_invoices_man_pvt.man_inv_rec_type;
15: SUBTYPE man_inv_tbl_type IS okl_pay_invoices_man_pvt.man_inv_tbl_type;
16: ---------------------------------------------------------------------------
17: -- Procedures and Functions
18: ---------------------------------------------------------------------------

Line 15: SUBTYPE man_inv_tbl_type IS okl_pay_invoices_man_pvt.man_inv_tbl_type;

11: ------------------------------------------------------------------------------
12: -- Global Record Type
13: ------------------------------------------------------------------------------
14: SUBTYPE man_inv_rec_type IS okl_pay_invoices_man_pvt.man_inv_rec_type;
15: SUBTYPE man_inv_tbl_type IS okl_pay_invoices_man_pvt.man_inv_tbl_type;
16: ---------------------------------------------------------------------------
17: -- Procedures and Functions
18: ---------------------------------------------------------------------------
19: