DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_CREATE_CONTACT

Line 7848: -- Cursor to get previous data from hrdpv_create_contact

7844: and link_value = c_link_value;
7845:
7846: l_dp_upd_asg_crt_rec hrdpv_update_emp_asg_criteria%rowtype;
7847:
7848: -- Cursor to get previous data from hrdpv_create_contact
7849: cursor csr_get_create_cnt_data (c_batch_id in number
7850: ,c_link_value in number) is
7851: select *
7852: from hrdpv_create_contact

Line 7852: from hrdpv_create_contact

7848: -- Cursor to get previous data from hrdpv_create_contact
7849: cursor csr_get_create_cnt_data (c_batch_id in number
7850: ,c_link_value in number) is
7851: select *
7852: from hrdpv_create_contact
7853: where batch_id = c_batch_id
7854: and link_value = c_link_value;
7855:
7856: l_dp_crt_cnt_rec hrdpv_create_contact%rowtype;

Line 7856: l_dp_crt_cnt_rec hrdpv_create_contact%rowtype;

7852: from hrdpv_create_contact
7853: where batch_id = c_batch_id
7854: and link_value = c_link_value;
7855:
7856: l_dp_crt_cnt_rec hrdpv_create_contact%rowtype;
7857:
7858: -- Cursor to get previous data from hrdpv_update_contact_relations
7859: cursor csr_get_update_cnt_data (c_batch_id in number
7860: ,c_link_value in number) is