DBA Data[Home] [Help]

APPS.OE_LINE_ACK_UTIL dependencies on OE_UPDATE_ACK_UTIL

Line 1309: (p_line_rec In Out Nocopy OE_Update_Ack_Util.Line_Rec_Type,

1305: END Insert_Row;
1306:
1307:
1308: Procedure Extend_Line_Rec
1309: (p_line_rec In Out Nocopy OE_Update_Ack_Util.Line_Rec_Type,
1310: p_count In Number)
1311:
1312: Is
1313:

Line 1632: l_line_acks_rec OE_Update_Ack_Util.Line_Rec_Type;

1628:
1629: Is
1630:
1631: l_line_tbl OE_Order_Pub.Line_Tbl_Type := p_line_tbl;
1632: l_line_acks_rec OE_Update_Ack_Util.Line_Rec_Type;
1633: l_count Number;
1634: i Pls_Integer;
1635: k Pls_Integer := 0;
1636: l_ack_type Varchar2(30);