DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORT_INS

Line 369: hr_ort_ins.ins_tl

365: ,p_duplicate_org_warning => p_duplicate_org_warning);
366: --
367: -- Now insert translatable rows in HR_ALL_ORGANIZATION_UNITS_TL table
368: --
369: hr_ort_ins.ins_tl
370: ( p_language_code => l_language_code,
371: p_organization_id => l_organization_id,
372: p_name => p_name
373: );