DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on OE_LINE_PAYMENT_UTIL

Line 2536: OE_Line_Payment_Util.Query_Rows(p_line_id => p_split_from_line_id,

2532: oe_debug_pub.add('p_line_id is: '||p_line_id, 1);
2533: END IF;
2534:
2535: /* Line Level payments for FROM Line */
2536: OE_Line_Payment_Util.Query_Rows(p_line_id => p_split_from_line_id,
2537: p_header_id => p_header_id,
2538: x_line_payment_tbl => l_from_line_payment_tbl);
2539:
2540: