DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on PO_VENDOR_SITES

Line 643: from po_vendor_sites povs, rcv_transactions rt

639: begin
640: if fnd_profile.Value('POR_ENABLE_DEBIT_MEMO') = 'Y' then
641: select povs.create_debit_memo_flag
642: into x_create_debit_memo_flag
643: from po_vendor_sites povs, rcv_transactions rt
644: where povs.vendor_site_id = rt.vendor_site_id
645: and rt.transaction_id = p_parent_transaction_id;
646: else
647: x_create_debit_memo_flag := 'N';