DBA Data[Home] [Help]

APPS.GHR_SS_RPA_CREATION dependencies on GHR_PA_REQUEST_EI_SHADOW

Line 1521: insert into ghr_pa_request_ei_shadow

1517: P_PA_REQUEST_EXTRA_INFO_ID => l_pa_request_extra_info_id,
1518: P_OBJECT_VERSION_NUMBER => l_object_version_number
1519: );
1520:
1521: insert into ghr_pa_request_ei_shadow
1522: (
1523: pa_request_extra_info_id ,
1524: pa_request_id ,
1525: information_type,

Line 1628: update ghr_pa_request_ei_shadow set

1624: p_rei_information30 => p_attribute30
1625: );
1626: hr_utility.set_location('bef upd of shad ' || 'ovn ' || l_object_version_number,2);
1627:
1628: update ghr_pa_request_ei_shadow set
1629: rei_information1 = p_attribute1,
1630: rei_information2 = p_attribute2,
1631: rei_information3 = p_attribute3,
1632: rei_information4 = p_attribute4,