DBA Data[Home] [Help]

APPS.OE_LINE_ACK_UTIL dependencies on OE_UPDATE_ACK_UTIL

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

1349: END Insert_Row;
1350:
1351:
1352: Procedure Extend_Line_Rec
1353: (p_line_rec In Out Nocopy OE_Update_Ack_Util.Line_Rec_Type,
1354: p_count In Number)
1355:
1356: Is
1357:

Line 1684: l_line_acks_rec OE_Update_Ack_Util.Line_Rec_Type;

1680:
1681: Is
1682:
1683: l_line_tbl OE_Order_Pub.Line_Tbl_Type := p_line_tbl;
1684: l_line_acks_rec OE_Update_Ack_Util.Line_Rec_Type;
1685: l_count Number;
1686: i Pls_Integer;
1687: k Pls_Integer := 0;
1688: l_ack_type Varchar2(30);