DBA Data[Home] [Help]

APPS.INL_CUSTOM_PUB dependencies on INL_CHARGE_PVT

Line 9: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,

5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INL_CUSTOM_PUB';
6:
7: PROCEDURE Get_Charges(
8: p_ship_header_rec IN inl_ship_headers%ROWTYPE,
9: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,
10: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,
11: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
12: x_override_default_processing OUT NOCOPY BOOLEAN,
13: x_return_status OUT NOCOPY VARCHAR2);

Line 10: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,

6:
7: PROCEDURE Get_Charges(
8: p_ship_header_rec IN inl_ship_headers%ROWTYPE,
9: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,
10: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,
11: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
12: x_override_default_processing OUT NOCOPY BOOLEAN,
13: x_return_status OUT NOCOPY VARCHAR2);
14:

Line 11: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,

7: PROCEDURE Get_Charges(
8: p_ship_header_rec IN inl_ship_headers%ROWTYPE,
9: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,
10: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,
11: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
12: x_override_default_processing OUT NOCOPY BOOLEAN,
13: x_return_status OUT NOCOPY VARCHAR2);
14:
15: PROCEDURE Get_Taxes(