DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on OE_LINE_PAYMENT_UTIL

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

2664: oe_debug_pub.add('p_line_id is: '||p_line_id, 1);
2665: END IF;
2666:
2667: /* Line Level payments for FROM Line */
2668: OE_Line_Payment_Util.Query_Rows(p_line_id => p_split_from_line_id,
2669: p_header_id => p_header_id,
2670: x_line_payment_tbl => l_from_line_payment_tbl);
2671:
2672: