DBA Data[Home] [Help]

APPS.HR_KI_TOPIC_INTEGRATIONS_API dependencies on HR_KI_TOPICS

Line 251: from hr_ki_topics

247: -- Declare cursors and local variables
248: --
249: CURSOR csr_topic_key is
250: select topic_id
251: from hr_ki_topics
252: where topic_key = p_topic_key;
253:
254: CURSOR csr_integration_key is
255: select integration_id

Line 580: hr_ki_topics

576: CURSOR csr_topic_key is
577: select
578: topic_id
579: from
580: hr_ki_topics
581: where topic_key = p_topic_key;
582:
583: CURSOR csr_integration_key is
584: select