DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HRDPV_CREATE_CONTACT

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

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
7447: select *
7448: from hrdpv_create_contact

Line 7448: from hrdpv_create_contact

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
7447: select *
7448: from hrdpv_create_contact
7449: where batch_id = c_batch_id
7450: and link_value = c_link_value;
7451:
7452: l_dp_crt_cnt_rec hrdpv_create_contact%rowtype;

Line 7452: l_dp_crt_cnt_rec hrdpv_create_contact%rowtype;

7448: from hrdpv_create_contact
7449: where batch_id = c_batch_id
7450: and link_value = c_link_value;
7451:
7452: l_dp_crt_cnt_rec hrdpv_create_contact%rowtype;
7453:
7454: -- Cursor to get previous data from hrdpv_update_contact_relations
7455: cursor csr_get_update_cnt_data (c_batch_id in number
7456: ,c_link_value in number) is