DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_UPDATE_PERSON_ADDRESS

Line 7808: -- Cursor to get previous data from hrdpv_update_person_address

7804: and link_value = c_link_value;
7805:
7806: l_dp_upd_per_rec hrdpv_update_person%rowtype;
7807:
7808: -- Cursor to get previous data from hrdpv_update_person_address
7809: cursor csr_get_update_add_data (c_batch_id in number
7810: ,c_link_value in number) is
7811: select *
7812: from hrdpv_update_person_address

Line 7812: from hrdpv_update_person_address

7808: -- Cursor to get previous data from hrdpv_update_person_address
7809: cursor csr_get_update_add_data (c_batch_id in number
7810: ,c_link_value in number) is
7811: select *
7812: from hrdpv_update_person_address
7813: where batch_id = c_batch_id
7814: and link_value = c_link_value;
7815:
7816: l_dp_upd_add_rec hrdpv_update_person_address%rowtype;

Line 7816: l_dp_upd_add_rec hrdpv_update_person_address%rowtype;

7812: from hrdpv_update_person_address
7813: where batch_id = c_batch_id
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