DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on PO_LOOKUP_CODES

Line 797: from po_lookup_codes

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