DBA Data[Home] [Help]

APPS.HR_EXTERNAL_APPLICATION dependencies on HR_KI_INTEGRATIONS

Line 638: select integration_id from hr_ki_integrations where

634: select topic_id from hr_ki_topics where
635: topic_key=p_topic;
636:
637: Cursor C_Sel2 is
638: select integration_id from hr_ki_integrations where
639: integration_key =p_provider ;
640:
641: --
642: BEGIN