DBA Data[Home] [Help]

APPS.HR_DM_COPY dependencies on HR_DM_EXP_BEN_BATCH_PARAS_V

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

964: -- only perform for an FW or A migration
965:
966: if (l_migration_type in ('FW', 'A')) then
967:
968: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_BEN_BATCH_PARAS_V',15);
969: insert into HR_DM_EXP_BEN_BATCH_PARAS_V (
970: EXP_IMP_ID,
971: TABLE_NAME,
972: BATCH_PARAMETER_ID,

Line 969: insert into HR_DM_EXP_BEN_BATCH_PARAS_V (

965:
966: if (l_migration_type in ('FW', 'A')) then
967:
968: hr_dm_utility.message('INFO','Inserting row(s) into HR_DM_EXP_BEN_BATCH_PARAS_V',15);
969: insert into HR_DM_EXP_BEN_BATCH_PARAS_V (
970: EXP_IMP_ID,
971: TABLE_NAME,
972: BATCH_PARAMETER_ID,
973: BATCH_EXE_CD,

Line 1094: from HR_DM_EXP_BEN_BATCH_PARAS_V

1090: thread_cnt_num,
1091: max_err_num,
1092: chunk_size,
1093: object_version_number
1094: from HR_DM_EXP_BEN_BATCH_PARAS_V
1095: where (business_group_id = to_char(l_business_group_id))
1096: and (batch_exe_cd = 'HRDM');
1097:
1098: cursor csr_batch_info_db is

Line 1831: from HR_DM_EXP_BEN_BATCH_PARAS_V;

1827: last_update_login,
1828: created_by,
1829: to_date(creation_date,'YYYYMMDD HH24:MI:SS'),
1830: object_version_number
1831: from HR_DM_EXP_BEN_BATCH_PARAS_V;
1832:
1833: end if;
1834:
1835: end if;