DBA Data[Home] [Help]

APPS.INL_TAXESHOOK_PVT dependencies on INL_TAX_PVT

Line 9: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,

5: -- Type : Private
6: -- Function :
7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
10: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
11: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
12: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
13: --

Line 10: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,

6: -- Function :
7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
10: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
11: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
12: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
13: --
14: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl

Line 11: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,

7: -- Pre-reqs : None
8: -- Parameters :
9: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
10: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
11: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
12: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
13: --
14: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl
15: -- x_override_default_processing OUT BOOLEAN

Line 12: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,

8: -- Parameters :
9: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
10: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
11: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
12: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
13: --
14: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl
15: -- x_override_default_processing OUT BOOLEAN
16: -- x_return_status OUT NOCOPY VARCHAR2

Line 14: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl

10: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
11: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
12: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
13: --
14: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl
15: -- x_override_default_processing OUT BOOLEAN
16: -- x_return_status OUT NOCOPY VARCHAR2
17: --
18: -- Version : Current version 1.0

Line 22: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,

18: -- Version : Current version 1.0
19: --
20: -- Notes :
21: PROCEDURE Get_Taxes(
22: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
23: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
24: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
25: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
26: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,

Line 23: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,

19: --
20: -- Notes :
21: PROCEDURE Get_Taxes(
22: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
23: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
24: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
25: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
26: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
27: x_override_default_processing OUT NOCOPY BOOLEAN,

Line 24: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,

20: -- Notes :
21: PROCEDURE Get_Taxes(
22: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
23: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
24: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
25: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
26: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
27: x_override_default_processing OUT NOCOPY BOOLEAN,
28: x_return_status OUT NOCOPY VARCHAR2

Line 25: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,

21: PROCEDURE Get_Taxes(
22: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
23: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
24: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
25: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
26: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
27: x_override_default_processing OUT NOCOPY BOOLEAN,
28: x_return_status OUT NOCOPY VARCHAR2
29: ) IS

Line 26: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,

22: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
23: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
24: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
25: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
26: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
27: x_override_default_processing OUT NOCOPY BOOLEAN,
28: x_return_status OUT NOCOPY VARCHAR2
29: ) IS
30: BEGIN