DBA Data[Home] [Help]

APPS.OE_VALUE_TO_ID dependencies on IBY_CREDITCARD_ISSUERS_V

Line 3672: from iby_creditcard_issuers_v

3668: RETURN NULL;
3669: END IF;
3670:
3671: select CARD_ISSUER_CODE into l_code
3672: from iby_creditcard_issuers_v
3673: where description = p_credit_card
3674: and rownum = 1;
3675:
3676: RETURN l_code;