DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on PO_VENDOR_SITES

Line 528: from po_vendor_sites povs, rcv_transactions rt

524: begin
525: if fnd_profile.Value('POR_ENABLE_DEBIT_MEMO') = 'Y' then
526: select povs.create_debit_memo_flag
527: into x_create_debit_memo_flag
528: from po_vendor_sites povs, rcv_transactions rt
529: where povs.vendor_site_id = rt.vendor_site_id
530: and rt.transaction_id = p_parent_transaction_id;
531: else
532: x_create_debit_memo_flag := 'N';