DBA Data[Home] [Help]

APPS.HR_DM_COPY dependencies on HR_DM_EXP_ALL_ORG_UNITS_V

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

597: ' from HR_LOCATIONS_ALL ' ||
598: ' where BUSINESS_GROUP_ID is null' || ')';
599:
600:
601: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_ALL_ORG_UNITS_V',15);
602: -- the comments column has been removed as it is a long data type
603: insert into HR_DM_EXP_ALL_ORG_UNITS_V (
604: EXP_IMP_ID,
605: TABLE_NAME,

Line 603: insert into HR_DM_EXP_ALL_ORG_UNITS_V (

599:
600:
601: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_ALL_ORG_UNITS_V',15);
602: -- the comments column has been removed as it is a long data type
603: insert into HR_DM_EXP_ALL_ORG_UNITS_V (
604: EXP_IMP_ID,
605: TABLE_NAME,
606: ORGANIZATION_ID,
607: BUSINESS_GROUP_ID,

Line 1631: from HR_DM_EXP_ALL_ORG_UNITS_V;

1627: last_updated_by,
1628: last_update_login,
1629: created_by,
1630: to_date(creation_date,'YYYYMMDD HH24:MI:SS')
1631: from HR_DM_EXP_ALL_ORG_UNITS_V;
1632:
1633: insert into HR_ORGANIZATION_INFORMATION (
1634: ORG_INFORMATION_ID,
1635: ORG_INFORMATION_CONTEXT,