DBA Data[Home] [Help]

APPS.HR_DM_COPY dependencies on HR_DM_EXP_ALL_ORG_UNITS_TL_V

Line 833: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_ALL_ORG_UNITS_TL_V',15);

829: ' from HR_ALL_ORGANIZATION_UNITS ' ||
830: ' where BUSINESS_GROUP_ID = ' ||
831: l_business_group_id || ')';
832:
833: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_ALL_ORG_UNITS_TL_V',15);
834: insert into HR_DM_EXP_ALL_ORG_UNITS_TL_V (
835: EXP_IMP_ID,
836: TABLE_NAME,
837: ORGANIZATION_ID,

Line 834: insert into HR_DM_EXP_ALL_ORG_UNITS_TL_V (

830: ' where BUSINESS_GROUP_ID = ' ||
831: l_business_group_id || ')';
832:
833: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_ALL_ORG_UNITS_TL_V',15);
834: insert into HR_DM_EXP_ALL_ORG_UNITS_TL_V (
835: EXP_IMP_ID,
836: TABLE_NAME,
837: ORGANIZATION_ID,
838: LANGUAGE,

Line 1763: from HR_DM_EXP_ALL_ORG_UNITS_TL_V;

1759: last_updated_by,
1760: last_update_login,
1761: created_by,
1762: to_date(creation_date,'YYYYMMDD HH24:MI:SS')
1763: from HR_DM_EXP_ALL_ORG_UNITS_TL_V;
1764:
1765: update hr_dm_migrations
1766: set business_group_created = 'Y'
1767: where migration_id = l_migration_id;