DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_LINES_ALL

Line 1789: select line_id from oe_order_lines_all

1785: and payment_type_code in ('CREDIT_CARD','ACH','DIRECT_DEBIT');
1786:
1787: --- added for bug# 10194125
1788: cursor lines_cur is
1789: select line_id from oe_order_lines_all
1790: where header_id = p_x_header_rec.header_id;
1791:
1792: l_payments_upd_flag VARCHAR2(1) := 'N';
1793: l_delete_payment_count NUMBER :=0;

Line 8170: select line_id from oe_order_lines_all

8166: l_apply_automatic_atchmt VARCHAR2(1) :=
8167: NVL(FND_PROFILE.VALUE('OE_APPLY_AUTOMATIC_ATCHMT'),'Y') ; --5893276
8168:
8169: cursor line_ids(p_header_id IN NUMBER) is
8170: select line_id from oe_order_lines_all
8171: where header_id = p_header_id;
8172: --bug 4190357
8173: -- R12 CC encryption
8174: l_changed_attribute VARCHAR2(200);