DBA Data[Home] [Help]

APPS.POS_AP_CHECKS_PKG dependencies on STANDARD

Line 48: AND ph.type_lookup_code = 'STANDARD';

44: from ap_invoice_payments_all
45: where check_id = l_check_id)
46: AND aid.po_distribution_id = pd.po_distribution_id
47: AND pd.po_header_id = ph.po_header_id
48: AND ph.type_lookup_code = 'STANDARD';
49:
50: BEGIN
51:
52: