DBA Data[Home] [Help]

APPS.BNE_DUPLICATES_UTILS dependencies on BNE_INTEGRATORS_B

Line 49: FROM BNE_INTEGRATORS_B

45: BEGIN
46: VALIDATE_KEYS(p_application_id, p_integrator_code);
47: -- Check the interface code exists
48: SELECT COUNT(*) INTO l_integrator_exist
49: FROM BNE_INTEGRATORS_B
50: WHERE APPLICATION_ID = p_application_id
51: AND INTEGRATOR_CODE = p_integrator_code;
52:
53: IF l_integrator_exist = 0 THEN