DBA Data[Home] [Help]

APPS.GHR_HISTORY_FETCH dependencies on GHR_HISTORY_CONV_RG

Line 1137: ghr_history_conv_rg.conv_to_people_rg(

1133: p_result_code => l_result_code);
1134:
1135: p_result_code := l_result_code;
1136: if nvl(l_result_code, 'found') <> c_not_found then
1137: ghr_history_conv_rg.conv_to_people_rg(
1138: p_history_data => l_hist_data,
1139: p_people_data => l_people_data);
1140: p_people_data := l_people_data;
1141: end if;

Line 1203: ghr_history_conv_rg.conv_to_asgnei_rg(

1199: p_result_code => l_result_code);
1200:
1201: p_result_code := l_result_code;
1202: if nvl(l_result_code, 'found') <> c_not_found then
1203: ghr_history_conv_rg.conv_to_asgnei_rg(
1204: p_history_data => l_hist_data,
1205: p_asgnei_data => l_asgei_data);
1206: p_asgei_data := l_asgei_data;
1207: if upper(p_get_ovn_flag) = 'Y' then

Line 1276: ghr_history_conv_rg.conv_to_positionei_rg(

1272:
1273: p_result_code := l_result_code;
1274: if nvl(l_result_code, 'found') <> c_not_found then
1275: hr_utility.set_location (' NOT FOUND ' || l_result_code || l_proc, 90);
1276: ghr_history_conv_rg.conv_to_positionei_rg(
1277: p_history_data => l_hist_data,
1278: p_position_ei_data => l_posei_data);
1279: p_posei_data := l_posei_data;
1280: if upper(p_get_ovn_flag) = 'Y' then

Line 1365: ghr_history_conv_rg.conv_to_asgn_rg(

1361: p_result_code => l_result_code);
1362:
1363: p_result_code := l_result_code;
1364: if nvl(l_result_code, 'found') <> c_not_found then
1365: ghr_history_conv_rg.conv_to_asgn_rg(
1366: p_history_data => l_hist_data,
1367: p_assignment_data => l_assignment_data);
1368: p_assignment_data := l_assignment_data;
1369: end if;

Line 1453: ghr_history_conv_rg.conv_to_element_entry_rg(

1449: p_result_code => l_result_code);
1450:
1451: p_result_code := l_result_code;
1452: if nvl(l_result_code, 'found') <> c_not_found then
1453: ghr_history_conv_rg.conv_to_element_entry_rg(
1454: p_history_data => l_hist_data,
1455: p_element_entries_data => l_element_entry_data);
1456: p_element_entry_data := l_element_entry_data;
1457: end if;

Line 1531: ghr_history_conv_rg.conv_to_peopleei_rg(

1527:
1528: p_result_code := l_result_code;
1529: if nvl(l_result_code, 'found') <> c_not_found then
1530: hr_utility.set_location (' NOT FOUND ' || l_result_code || l_proc, 90);
1531: ghr_history_conv_rg.conv_to_peopleei_rg(
1532: p_history_data => l_hist_data,
1533: p_people_ei_data => l_peopleei_data);
1534: p_peopleei_data := l_peopleei_data;
1535: if upper(p_get_ovn_flag) = 'Y' then

Line 1698: ghr_history_conv_rg.conv_to_element_entval_rg(

1694: p_hist_data => l_hist_data,
1695: p_result_code => p_result_code);
1696: p_pa_history_id := l_hist_data.pa_history_id;
1697: hr_utility.set_location( l_proc, 75);
1698: ghr_history_conv_rg.conv_to_element_entval_rg(
1699: p_history_data => l_hist_data,
1700: p_element_entval_data => l_element_entval_data );
1701: p_element_entry_data := l_element_entval_data;
1702: hr_utility.set_location( l_proc, 25);

Line 1776: ghr_history_conv_rg.conv_to_element_entval_rg(

1772: p_result_code => l_result_code);
1773:
1774: p_result_code := l_result_code;
1775: if nvl(l_result_code, 'found') <> c_not_found then
1776: ghr_history_conv_rg.conv_to_element_entval_rg(
1777: p_history_data => l_hist_data,
1778: p_element_entval_data => l_element_entval_data);
1779: p_element_entry_data := l_element_entval_data;
1780: end if;

Line 2273: ghr_history_conv_rg.conv_to_addresses_rg(

2269: p_result_code => l_result_code);
2270:
2271: p_result_code := l_result_code;
2272: if nvl(l_result_code, 'found') <> c_not_found then
2273: ghr_history_conv_rg.conv_to_addresses_rg(
2274: p_history_data => l_hist_data,
2275: p_addresses_data => l_address_data);
2276: p_address_data := l_address_data;
2277: end if;

Line 2338: ghr_history_conv_rg.conv_to_peranalyses_rg(

2334: p_result_code => l_result_code);
2335:
2336: p_result_code := l_result_code;
2337: if nvl(l_result_code, 'found') <> c_not_found then
2338: ghr_history_conv_rg.conv_to_peranalyses_rg(
2339: p_history_data => l_hist_data,
2340: p_peranalyses_data => l_peranalyses_data);
2341: p_peranalyses_data := l_peranalyses_data;
2342: end if;

Line 2577: ghr_history_conv_rg.conv_to_position_rg(

2573: p_result_code => l_result_code);
2574:
2575: p_result_code := l_result_code;
2576: if nvl(l_result_code, 'found') <> c_not_found then
2577: ghr_history_conv_rg.conv_to_position_rg(
2578: p_history_data => l_hist_data,
2579: p_position_data => l_position_data);
2580: p_position_data := l_position_data;
2581: if upper(p_get_ovn_flag) = 'Y' then