DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on STANDARD

Line 1091: and pha.type_lookup_code = 'STANDARD'

1087: and pvs.vendor_site_id = pha.vendor_site_id
1088: and hrl.location_id(+) = plla.ship_to_location_id
1089: and hrl.LANGUAGE(+) = USERENV('LANG')
1090: and hz.location_id(+) = plla.ship_to_location_id
1091: and pha.type_lookup_code = 'STANDARD'
1092: /*and pha.AUTHORIZATION_STATUS = 'APPROVED'*/
1093: and NVL(plla.approved_flag, 'N') = 'Y'
1094: and NVL(plla.CANCEL_FLAG, 'N') = 'N'
1095: and NVL(pha.FROZEN_FLAG, 'N') = 'N'