DBA Data[Home] [Help]

APPS.OE_LINEINFO_GRP dependencies on OE_HEADER_ADJ_UTIL

Line 7: Type adj_tbl_type is Table of OE_HEADER_ADJ_UTIL.line_adjustments_rec_type;

3:
4:
5:
6:
7: Type adj_tbl_type is Table of OE_HEADER_ADJ_UTIL.line_adjustments_rec_type;
8: Type tax_rec_type is record
9: (tax_code VARCHAR2(50),
10: tax_rate NUMBER,
11: tax_amount NUMBER ,

Line 19: ,x_adj_detail OUT nocopy OE_Header_Adj_Util.line_adjustments_tab_type

15: tax_exempt_reason_code VARCHAR2(30));
16:
17: Procedure Get_Adjustments( p_header_id IN NUMBER
18: ,p_line_id IN NUMBER
19: ,x_adj_detail OUT nocopy OE_Header_Adj_Util.line_adjustments_tab_type
20: ,x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2);
21:
22: Procedure Get_Tax(p_header_id IN NUMBER
23: ,p_line_id IN NUMBER