DBA Data[Home] [Help]

APPS.INL_CUSTOM_PUB dependencies on INL_TAX_PVT

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

37: -- Type : Public
38: -- Function :
39: -- Pre-reqs : None
40: -- Parameters :
41: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
42: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
43: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
44: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
45: --

Line 42: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,

38: -- Function :
39: -- Pre-reqs : None
40: -- Parameters :
41: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
42: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
43: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
44: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
45: --
46: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl

Line 43: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,

39: -- Pre-reqs : None
40: -- Parameters :
41: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
42: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
43: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
44: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
45: --
46: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl
47: -- x_override_default_processing OUT BOOLEAN

Line 44: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,

40: -- Parameters :
41: -- IN : p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
42: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
43: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
44: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
45: --
46: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl
47: -- x_override_default_processing OUT BOOLEAN
48: -- x_return_status OUT NOCOPY VARCHAR2

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

42: -- p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
43: -- p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
44: -- p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
45: --
46: -- OUT : x_tax_ln_tbl OUT inl_tax_pvt.tax_ln_tbl
47: -- x_override_default_processing OUT BOOLEAN
48: -- x_return_status OUT NOCOPY VARCHAR2
49: --
50: -- Version : Current version 1.0

Line 54: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,

50: -- Version : Current version 1.0
51: --
52: -- Notes :
53: PROCEDURE Get_Taxes(
54: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
55: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
56: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
57: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
58: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,

Line 55: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,

51: --
52: -- Notes :
53: PROCEDURE Get_Taxes(
54: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
55: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
56: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
57: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
58: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
59: x_override_default_processing OUT NOCOPY BOOLEAN,

Line 56: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,

52: -- Notes :
53: PROCEDURE Get_Taxes(
54: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
55: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
56: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
57: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
58: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
59: x_override_default_processing OUT NOCOPY BOOLEAN,
60: x_return_status OUT NOCOPY VARCHAR2

Line 57: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,

53: PROCEDURE Get_Taxes(
54: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
55: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
56: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
57: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
58: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
59: x_override_default_processing OUT NOCOPY BOOLEAN,
60: x_return_status OUT NOCOPY VARCHAR2
61: ) IS

Line 58: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,

54: p_ship_header_rec IN INL_TAX_PVT.Shipment_Header%ROWTYPE,
55: p_ship_ln_groups_tbl IN INL_TAX_PVT.sh_group_ln_tbl_tp,
56: p_ship_lines_tbl IN INL_TAX_PVT.ship_ln_tbl_tp,
57: p_charge_lines_tbl IN inl_tax_pvt.charge_ln_tbl_tp,
58: x_tax_ln_tbl OUT NOCOPY inl_tax_pvt.tax_ln_tbl,
59: x_override_default_processing OUT NOCOPY BOOLEAN,
60: x_return_status OUT NOCOPY VARCHAR2
61: ) IS
62: BEGIN