DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_HIRE_INTO_JOB

Line 7778: -- Cursor to get previous data from hrdpv_hire_into_job

7774: and link_value = c_link_value
7775: and line_status in ('U', 'E')
7776: and hpbl.api_module_id = ham.api_module_id;
7777:
7778: -- Cursor to get previous data from hrdpv_hire_into_job
7779: cursor csr_get_hire_job_data (c_batch_id in number
7780: ,c_link_value in number) is
7781: select *
7782: from hrdpv_hire_into_job

Line 7782: from hrdpv_hire_into_job

7778: -- Cursor to get previous data from hrdpv_hire_into_job
7779: cursor csr_get_hire_job_data (c_batch_id in number
7780: ,c_link_value in number) is
7781: select *
7782: from hrdpv_hire_into_job
7783: where batch_id = c_batch_id
7784: and link_value = c_link_value;
7785:
7786: l_dp_hire_job_rec hrdpv_hire_into_job%rowtype;

Line 7786: l_dp_hire_job_rec hrdpv_hire_into_job%rowtype;

7782: from hrdpv_hire_into_job
7783: where batch_id = c_batch_id
7784: and link_value = c_link_value;
7785:
7786: l_dp_hire_job_rec hrdpv_hire_into_job%rowtype;
7787:
7788: -- Cursor to get previous data from hrdpv_create_employee
7789: cursor csr_get_create_emp_data (c_batch_id in number
7790: ,c_link_value in number) is