DBA Data[Home] [Help]

APPS.PQH_GSP_RATES dependencies on BEN_COPY_ENTITY_RESULTS_API

Line 172: ben_copy_entity_results_api.create_copy_entity_results(

168: l_point5_value := null;
169: l_point5_old_value := null;
170: end if;
171: begin
172: ben_copy_entity_results_api.create_copy_entity_results(
173: p_effective_date => p_effective_date
174: ,p_copy_entity_txn_id => p_copy_entity_txn_id
175: ,p_result_type_cd => 'DISPLAY'
176: ,p_table_name => l_grr_tr_name

Line 294: ben_copy_entity_results_api.create_copy_entity_results(

290: l_point5_value :=null;
291: l_point5_old_value :=null;
292: end if;
293: begin
294: ben_copy_entity_results_api.create_copy_entity_results(
295: p_effective_date => p_effective_date
296: ,p_copy_entity_txn_id => p_copy_entity_txn_id
297: ,p_result_type_cd => 'DISPLAY'
298: ,p_table_name => l_gsr_tr_name

Line 953: ben_copy_entity_results_api.create_copy_entity_results

949: hr_utility.set_location('inserting new row ',10);
950: begin
951: -- These mappings have been taken from hrben_to_stage document
952: -- call to create ben_cer is made here using api.
953: ben_copy_entity_results_api.create_copy_entity_results
954: (p_effective_date => p_effective_date
955: ,p_copy_entity_txn_id => l_cet_id
956: ,p_result_type_cd => 'DISPLAY'
957: ,p_table_name => l_table_name

Line 1249: ben_copy_entity_results_api.create_copy_entity_results

1245: for rec in csr_grd_rate loop
1246: begin
1247: -- These mappings have been taken from hrben_to_stage document
1248: -- call to create ben_cer is made here using api.
1249: ben_copy_entity_results_api.create_copy_entity_results
1250: (p_effective_date => p_effective_date
1251: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1252: ,p_result_type_cd => 'DISPLAY'
1253: ,p_table_name => l_hrr_tr_name

Line 1342: ben_copy_entity_results_api.create_copy_entity_results

1338: for rec in csr_point_rate loop
1339: begin
1340: -- These mappings have been taken from hrben_to_stage document
1341: -- call to create ben_cer is made here using api.
1342: ben_copy_entity_results_api.create_copy_entity_results
1343: (p_effective_date => p_effective_date
1344: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1345: ,p_result_type_cd => 'DISPLAY'
1346: ,p_table_name => l_hrr_tr_name

Line 1551: ben_copy_entity_results_api.create_copy_entity_results

1547: if l_continue then
1548: begin
1549: -- These mappings have been taken from hrben_to_stage document
1550: -- call to create ben_cer is made here using api.
1551: ben_copy_entity_results_api.create_copy_entity_results
1552: (p_effective_date => p_effective_date
1553: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1554: ,p_result_type_cd => 'DISPLAY'
1555: ,p_table_name => l_gsr_tr_name

Line 1633: ben_copy_entity_results_api.create_copy_entity_results

1629: if l_continue then
1630: begin
1631: -- These mappings have been taken from hrben_to_stage document
1632: -- call to create ben_cer is made here using api.
1633: ben_copy_entity_results_api.create_copy_entity_results
1634: (p_effective_date => p_effective_date
1635: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1636: ,p_result_type_cd => 'DISPLAY'
1637: ,p_table_name => l_grr_tr_name