DBA Data[Home] [Help]

APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on GL_CODE_COMBINATIONS

Line 665: FROM gl_code_combinations GCC

661: l_org_id,
662: 'Y',
663: l_vat_code,
664: l_amount_includes_tax_flag
665: FROM gl_code_combinations GCC
666: WHERE GCC.code_combination_id = l_clearingCCID;
667:
668: END IF;
669: END LOOP;