DBA Data[Home] [Help]

APPS.PO_DELREC_PVT dependencies on RCV_FTE_TRANSACTION_LINES

Line 623: FROM rcv_fte_transaction_lines

619:
620: -- this works because RTV is called inline
621: SELECT transaction_id
622: INTO l_transaction_id
623: FROM rcv_fte_transaction_lines
624: WHERE header_id = p_header_id
625: AND line_id = p_line_id
626: AND action = p_action
627: AND reported_flag IN ( 'N', 'U')

Line 642: FROM rcv_fte_transaction_lines

638:
639: -- this works because RTV is called inline
640: SELECT transaction_id
641: INTO l_transaction_id
642: FROM rcv_fte_transaction_lines
643: WHERE header_id = p_header_id
644: AND line_id = p_line_id
645: AND action = p_action
646: AND reported_flag IN ( 'N', 'U')

Line 925: FROM rcv_fte_transaction_lines

921: OR rt.transaction_type IS NULL)
922: AND (rt.transaction_id IN
923: (
924: SELECT transaction_id
925: FROM rcv_fte_transaction_lines
926: WHERE header_id = p_header_id
927: AND action = p_action
928: AND reported_flag IN ( 'N', 'U')
929: )