DBA Data[Home] [Help]

APPS.PER_RI_CREATE_CRP_EMPLOYEE dependencies on HRDPV_CREATE_PERSON_ADDRESS

Line 240: From hrdpv_create_person_address

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
240: From hrdpv_create_person_address
241: Where batch_line_id = c_batch_line_id;
242:
243: begin
244:

Line 434: If l_dp_batch_line_id_add Is Null Or get_line_status('HRDPV_CREATE_PERSON_ADDRESS',l_dp_batch_line_id_add) <> 'C' Then

430:
431: End If;
432:
433:
434: If l_dp_batch_line_id_add Is Null Or get_line_status('HRDPV_CREATE_PERSON_ADDRESS',l_dp_batch_line_id_add) <> 'C' Then
435:
436: hrdpp_create_person_address.insert_batch_lines( p_batch_id => p_batch_id
437: ,p_data_pump_batch_line_id => l_dp_batch_line_id_add
438: ,p_user_sequence => 2