DBA Data[Home] [Help]

APPS.PER_RI_CREATE_CRP_EMPLOYEE dependencies on HRDPV_CREATE_EMPLOYEE

Line 235: From hrdpv_create_employee

231: l_per_information_category Varchar2(240);
232:
233: Cursor csr_get_per_user_keys(c_batch_line_id Number) Is
234: Select p_person_user_key, p_assignment_user_key
235: From hrdpv_create_employee
236: Where batch_line_id = c_batch_line_id;
237:
238: Cursor csr_get_add_user_key(c_batch_line_id Number) Is
239: Select p_address_user_key

Line 280: If l_dp_batch_line_id_emp Is Null Or get_line_status('HRDPV_CREATE_EMPLOYEE',l_dp_batch_line_id_emp) <> 'C' Then

276: l_address_user_key := 'RI~ADD~'||l_temp;
277:
278: End If;
279:
280: If l_dp_batch_line_id_emp Is Null Or get_line_status('HRDPV_CREATE_EMPLOYEE',l_dp_batch_line_id_emp) <> 'C' Then
281:
282: -- Added because for all legislations which only have an international address style
283: -- donot have the legislation code same as the context code of the address descr. flex
284: -- and hence all those legislations have to be covered one after another here in this if