DBA Data[Home] [Help]

APPS.PER_RI_CREATE_CRP_EMPLOYEE dependencies on HRDPV_CREATE_EMPLOYEE

Line 236: From hrdpv_create_employee

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

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