DBA Data[Home] [Help]

APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on GL_CODE_COMBINATIONS

Line 624: FROM gl_code_combinations GCC

620: 'N'),
621: l_clearingCCID,
622: l_org_id,
623: 'Y'
624: FROM gl_code_combinations GCC
625: WHERE GCC.code_combination_id = l_clearingCCID;
626:
627: END IF;
628: END LOOP;