DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_CREATE_PERSON_ADDRESS

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

7814: and link_value = c_link_value;
7815:
7816: l_dp_upd_add_rec hrdpv_update_person_address%rowtype;
7817:
7818: -- Cursor to get previous data from hrdpv_create_person_address
7819: cursor csr_get_create_add_data (c_batch_id in number
7820: ,c_link_value in number) is
7821: select *
7822: from hrdpv_create_person_address

Line 7822: from hrdpv_create_person_address

7818: -- Cursor to get previous data from hrdpv_create_person_address
7819: cursor csr_get_create_add_data (c_batch_id in number
7820: ,c_link_value in number) is
7821: select *
7822: from hrdpv_create_person_address
7823: where batch_id = c_batch_id
7824: and link_value = c_link_value;
7825:
7826: l_dp_crt_add_rec hrdpv_create_person_address%rowtype;

Line 7826: l_dp_crt_add_rec hrdpv_create_person_address%rowtype;

7822: from hrdpv_create_person_address
7823: where batch_id = c_batch_id
7824: and link_value = c_link_value;
7825:
7826: l_dp_crt_add_rec hrdpv_create_person_address%rowtype;
7827:
7828: -- Cursor to get previous data from hrdpv_update_emp_asg
7829: cursor csr_get_upd_asg_data (c_batch_id in number
7830: ,c_link_value in number) is