DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_UPDATE_EMP_ASG_CRITERIA

Line 7434: -- Cursor to get previous data from hrdpv_update_emp_asg_criteria

7430: and link_value = c_link_value;
7431:
7432: l_dp_upd_asg_rec hrdpv_update_emp_asg%rowtype;
7433:
7434: -- Cursor to get previous data from hrdpv_update_emp_asg_criteria
7435: cursor csr_get_upd_asg_crt_data (c_batch_id in number
7436: ,c_link_value in number) is
7437: select *
7438: from hrdpv_update_emp_asg_criteria

Line 7438: from hrdpv_update_emp_asg_criteria

7434: -- Cursor to get previous data from hrdpv_update_emp_asg_criteria
7435: cursor csr_get_upd_asg_crt_data (c_batch_id in number
7436: ,c_link_value in number) is
7437: select *
7438: from hrdpv_update_emp_asg_criteria
7439: where batch_id = c_batch_id
7440: and link_value = c_link_value;
7441:
7442: l_dp_upd_asg_crt_rec hrdpv_update_emp_asg_criteria%rowtype;

Line 7442: l_dp_upd_asg_crt_rec hrdpv_update_emp_asg_criteria%rowtype;

7438: from hrdpv_update_emp_asg_criteria
7439: where batch_id = c_batch_id
7440: and link_value = c_link_value;
7441:
7442: l_dp_upd_asg_crt_rec hrdpv_update_emp_asg_criteria%rowtype;
7443:
7444: -- Cursor to get previous data from hrdpv_create_contact
7445: cursor csr_get_create_cnt_data (c_batch_id in number
7446: ,c_link_value in number) is