DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on PO_LOOKUP_CODES

Line 801: from po_lookup_codes

797: x_progress := '002';
798:
799: select distinct 'Y' valid
800: into x_valid_flag
801: from po_lookup_codes
802: where lookup_type = 'DESTINATION TYPE'
803: and ( ( nvl( x_item_status,'D') = 'D'
804: and lookup_code = 'EXPENSE')
805: or ( nvl( x_item_status,'D') = 'E'