DBA Data[Home] [Help]

APPS.INL_CHARGESHOOK_PVT dependencies on INL_CHARGE_PVT

Line 9: -- IN : p_ship_ln_group_rec inl_charge_pvt.ship_ln_group_rec

5: -- Type : Private
6: -- Function :
7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_ln_group_rec inl_charge_pvt.ship_ln_group_rec
10: -- p_ship_ln_tbl inl_charge_pvt.ship_ln_tbl
11: --
12: -- OUT x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl
13: -- x_override_default_processing OUT BOOLEAN (If TRUE, it enables the hook execution

Line 10: -- p_ship_ln_tbl inl_charge_pvt.ship_ln_tbl

6: -- Function :
7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_ln_group_rec inl_charge_pvt.ship_ln_group_rec
10: -- p_ship_ln_tbl inl_charge_pvt.ship_ln_tbl
11: --
12: -- OUT x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl
13: -- x_override_default_processing OUT BOOLEAN (If TRUE, it enables the hook execution
14: -- to override the default processing from

Line 12: -- OUT x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl

8: -- Parameters :
9: -- IN : p_ship_ln_group_rec inl_charge_pvt.ship_ln_group_rec
10: -- p_ship_ln_tbl inl_charge_pvt.ship_ln_tbl
11: --
12: -- OUT x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl
13: -- x_override_default_processing OUT BOOLEAN (If TRUE, it enables the hook execution
14: -- to override the default processing from
15: -- the caller routine)
16: -- x_return_status OUT NOCOPY VARCHAR2

Line 21: PROCEDURE Get_Charges(p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_rec,

17: --
18: -- Version : Current version 1.0
19: --
20: -- Notes :
21: PROCEDURE Get_Charges(p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_rec,
22: p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl,
23: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
24: x_override_default_processing OUT NOCOPY BOOLEAN,
25: x_return_status OUT NOCOPY VARCHAR2) IS

Line 22: p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl,

18: -- Version : Current version 1.0
19: --
20: -- Notes :
21: PROCEDURE Get_Charges(p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_rec,
22: p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl,
23: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
24: x_override_default_processing OUT NOCOPY BOOLEAN,
25: x_return_status OUT NOCOPY VARCHAR2) IS
26: BEGIN

Line 23: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,

19: --
20: -- Notes :
21: PROCEDURE Get_Charges(p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_rec,
22: p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl,
23: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
24: x_override_default_processing OUT NOCOPY BOOLEAN,
25: x_return_status OUT NOCOPY VARCHAR2) IS
26: BEGIN
27: x_override_default_processing := FALSE;