DBA Data[Home] [Help]

APPS.OE_PAYMENT_ASSURANCE_WF dependencies on OE_ORDER_LINES_ALL

Line 77: ,oe_order_lines_all ool

73: l_source_document_type_id,
74: l_source_document_id,
75: l_source_document_line_id
76: FROM oe_payments op
77: ,oe_order_lines_all ool
78: WHERE op.payment_collection_event = 'PREPAY'
79: AND op.header_id = ool.header_id
80: AND ool.line_id = l_line_id
81: AND rownum = 1;

Line 121: FROM OE_ORDER_LINES_ALL ool

117: l_change_sequence,
118: l_source_document_type_id,
119: l_source_document_id,
120: l_source_document_line_id
121: FROM OE_ORDER_LINES_ALL ool
122: where ool.line_id = l_line_id;
123:
124: -- Exception Management begin Set message context
125: OE_MSG_PUB.set_msg_context(