DBA Data[Home] [Help]

APPS.BEN_PLAN_COPY_LOADER dependencies on PQH_COPY_ENTITY_RESULTS_S

Line 1033: select pqh_copy_entity_results_s.nextval into l_copy_entity_result_id

1029: fetch c4 into l_table_route_id ;
1030: close c4;
1031: --
1032: /*
1033: select pqh_copy_entity_results_s.nextval into l_copy_entity_result_id
1034: from dual ;
1035: */
1036: --
1037: insert into pqh_copy_entity_results

Line 1248: ( pqh_copy_entity_results_s.nextval, -- l_copy_entity_result_id,

1244: created_by,
1245: creation_date --Bug : 4354708
1246: )
1247: Values
1248: ( pqh_copy_entity_results_s.nextval, -- l_copy_entity_result_id,
1249: l_copy_entity_txn_id,
1250: p_result_type_cd,
1251: to_number(p_number_of_copies),
1252: p_status,