DBA Data[Home] [Help]

APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on BEN_COPY_ENTITY_RESULTS_API

Line 68: ben_copy_entity_results_api.create_copy_entity_results(

64: -- fetch c_ptp into l_ptp_rec;
65: for l_ptp_rec in c_ptp
66: loop
67: --IF C_PTP%FOUND THEN
68: ben_copy_entity_results_api.create_copy_entity_results(
69: p_copy_entity_result_id => l_copy_entity_result_id,
70: p_copy_entity_txn_id => p_copy_entity_txn_id,
71: p_result_type_cd => l_result_type_cd,
72: p_mirror_src_entity_result_id => l_mirror_src_entity_result_id,

Line 1328: ben_copy_entity_results_api.create_copy_entity_results(

1324:
1325: open c_pln;
1326: fetch c_pln into l_pln_rec;
1327: IF c_pln%FOUND THEN
1328: ben_copy_entity_results_api.create_copy_entity_results(
1329: p_copy_entity_result_id => l_copy_entity_result_id,
1330: p_copy_entity_txn_id => p_copy_entity_txn_id,
1331: p_result_type_cd => l_result_type_cd,
1332: p_mirror_src_entity_result_id => l_mirror_src_entity_result_id,

Line 2710: ben_copy_entity_results_api.create_copy_entity_results

2706:
2707: Select BEN_POPL_YR_PERD_S.nextval into l_pkId
2708: From dual ;
2709: -- dbms_output.put_line(' yrp id '||to_char(l_CPY.information1));
2710: ben_copy_entity_results_api.create_copy_entity_results
2711: (
2712: p_copy_entity_result_id => l_copy_entity_result_id,
2713: p_copy_entity_txn_id => p_copy_entity_txn_id,
2714: p_result_type_cd => l_result_type_cd,

Line 2975: ben_copy_entity_results_api.create_copy_entity_results(

2971: /** Manual Change - Replace this with Plan Copy
2972: Copy PSL Row to Staging
2973: */
2974:
2975: ben_copy_entity_results_api.create_copy_entity_results(
2976: p_copy_entity_result_id => l_copy_entity_result_id,
2977: p_copy_entity_txn_id => p_copy_entity_txn_id,
2978: p_result_type_cd => 'DISPLAY',
2979: p_number_of_copies => 1,

Line 3061: ben_copy_entity_results_api.create_copy_entity_results

3057: l_name := chkName(p_effective_date,l_CPE.Information15,p_business_group_id);
3058:
3059:
3060: -- Create the Life event Triggers in Staging
3061: ben_copy_entity_results_api.create_copy_entity_results
3062: (
3063: p_copy_entity_result_id => l_copy_entity_result_id,
3064: p_copy_entity_txn_id => p_copy_entity_txn_id,
3065: p_result_type_cd => l_result_type_cd,