DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_WIZARD_API dependencies on PQH_COPY_ENTITY_TXNS

Line 275: from pqh_copy_entity_txns

271: begin
272: hr_utility.set_location('Entering: '||l_proc,10);
273:
274: select src_effective_date into l_effectve_date
275: from pqh_copy_entity_txns
276: where copy_entity_txn_id = p_copy_entity_txn_id;
277:
278: hr_utility.set_location('l_effectve_date: '||l_effectve_date,10);
279:

Line 409: from pqh_copy_entity_txns

405: is
406:
407: cursor c_effective_date is
408: select src_effective_date
409: from pqh_copy_entity_txns
410: where copy_entity_txn_id = p_copy_entity_txn_id;
411:
412: p_validate Number := 0;
413: l_proc varchar2(72) := g_package||'pdw_submit_copy_request';