DBA Data[Home] [Help]

APPS.HR_OPT_BUS dependencies on HR_KI_INTEGRATIONS

Line 507: -- This procedure ensures integration_id is present in hr_ki_integrations

503: -- ----------------------------------------------------------------------------
504: -- {Start Of Comments}
505: --
506: -- Description:
507: -- This procedure ensures integration_id is present in hr_ki_integrations
508: -- and it is mandatory.
509: -- Pre Conditions:
510: -- g_old_rec has been populated with details of the values currently in
511: -- the database.

Line 533: from hr_ki_integrations

529: l_proc varchar2(72) := g_package || 'chk_integration_id';
530: l_key varchar2(30) ;
531: cursor csr_int is
532: select INTEGRATION_ID
533: from hr_ki_integrations
534: where integration_id = p_integration_id;
535:
536:
537: --