DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_CREATE_PERSON_ADDRESS

Line 7414: -- Cursor to get previous data from hrdpv_create_person_address

7410: and link_value = c_link_value;
7411:
7412: l_dp_upd_add_rec hrdpv_update_person_address%rowtype;
7413:
7414: -- Cursor to get previous data from hrdpv_create_person_address
7415: cursor csr_get_create_add_data (c_batch_id in number
7416: ,c_link_value in number) is
7417: select *
7418: from hrdpv_create_person_address

Line 7418: from hrdpv_create_person_address

7414: -- Cursor to get previous data from hrdpv_create_person_address
7415: cursor csr_get_create_add_data (c_batch_id in number
7416: ,c_link_value in number) is
7417: select *
7418: from hrdpv_create_person_address
7419: where batch_id = c_batch_id
7420: and link_value = c_link_value;
7421:
7422: l_dp_crt_add_rec hrdpv_create_person_address%rowtype;

Line 7422: l_dp_crt_add_rec hrdpv_create_person_address%rowtype;

7418: from hrdpv_create_person_address
7419: where batch_id = c_batch_id
7420: and link_value = c_link_value;
7421:
7422: l_dp_crt_add_rec hrdpv_create_person_address%rowtype;
7423:
7424: -- Cursor to get previous data from hrdpv_update_emp_asg
7425: cursor csr_get_upd_asg_data (c_batch_id in number
7426: ,c_link_value in number) is