DBA Data[Home] [Help]

APPS.INL_CUSTOM_PUB dependencies on INL_CHARGE_PVT

Line 9: -- IN : p_ship_header_rec IN inl_charge_pvt.ship_header_rec_tp,

5: -- Type : Public
6: -- Function :
7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_header_rec IN inl_charge_pvt.ship_header_rec_tp,
10: -- p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_tbl_tp,
11: -- p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl_tp,
12: --
13: -- OUT x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl

Line 10: -- p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_tbl_tp,

6: -- Function :
7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_header_rec IN inl_charge_pvt.ship_header_rec_tp,
10: -- p_ship_ln_group_rec IN inl_charge_pvt.ship_ln_group_tbl_tp,
11: -- p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl_tp,
12: --
13: -- OUT x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl
14: -- x_override_default_processing OUT BOOLEAN (If TRUE, it enables the hook execution

Line 11: -- p_ship_ln_tbl IN inl_charge_pvt.ship_ln_tbl_tp,

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

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

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

Line 25: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,

21: -- Notes :
22:
23: PROCEDURE Get_Charges(
24: p_ship_header_rec IN inl_ship_headers%ROWTYPE,
25: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,
26: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,
27: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
28: x_override_default_processing OUT NOCOPY BOOLEAN,
29: x_return_status OUT NOCOPY VARCHAR2

Line 26: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,

22:
23: PROCEDURE Get_Charges(
24: p_ship_header_rec IN inl_ship_headers%ROWTYPE,
25: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,
26: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,
27: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
28: x_override_default_processing OUT NOCOPY BOOLEAN,
29: x_return_status OUT NOCOPY VARCHAR2
30: ) IS

Line 27: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,

23: PROCEDURE Get_Charges(
24: p_ship_header_rec IN inl_ship_headers%ROWTYPE,
25: p_ship_ln_group_tbl IN inl_charge_pvt.ship_ln_group_tbl_tp,
26: p_ship_ln_tbl_tp IN inl_charge_pvt.ship_ln_tbl_tp,
27: x_charge_ln_tbl OUT NOCOPY inl_charge_pvt.charge_ln_tbl,
28: x_override_default_processing OUT NOCOPY BOOLEAN,
29: x_return_status OUT NOCOPY VARCHAR2
30: ) IS
31: BEGIN