DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_SS dependencies on PAY_COST_ALLOCATION_API

Line 390: hr_utility.set_location('Calling PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION', 50);

386: hr_utility.set_location('P_OBJECT_VERSION_NUMBER => '||NVL(l_object_version_number,-1), 40);
387: end if;
388:
389: if g_debug then
390: hr_utility.set_location('Calling PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION', 50);
391: end if;
392: /*Now call the API to create cost allocations*/
393: PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION
394: (p_validate => p_validate

Line 393: PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION

389: if g_debug then
390: hr_utility.set_location('Calling PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION', 50);
391: end if;
392: /*Now call the API to create cost allocations*/
393: PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION
394: (p_validate => p_validate
395: ,p_effective_date => l_effective_date
396: ,p_assignment_id => hr_transaction_api.get_number_value
397: (p_transaction_step_id => p_transaction_step_id

Line 503: hr_utility.set_location('After Calling PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION', 60);

499: ,p_cost_allocation_keyflex_id => l_cost_allocation_keyflex_id
500: ,p_object_version_number => l_object_version_number);
501:
502: if g_debug then
503: hr_utility.set_location('After Calling PAY_COST_ALLOCATION_API.CREATE_COST_ALLOCATION', 60);
504: end if;
505:
506:
507: end if;

Line 920: hr_utility.set_location('Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 50);

916: end if;
917: --
918:
919: if g_debug then
920: hr_utility.set_location('Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 50);
921: end if;
922:
923: BEGIN
924: PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION

Line 924: PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION

920: hr_utility.set_location('Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 50);
921: end if;
922:
923: BEGIN
924: PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION
925: (p_validate => p_validate
926: ,p_effective_date => l_effective_date
927: ,p_datetrack_update_mode => nvl(l_update_datetrack_mode,'UPDATE')
928: ,p_cost_allocation_id => hr_transaction_api.get_number_value

Line 1031: hr_utility.set_location('After Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 60);

1027: ,p_effective_start_date => l_effective_start_date
1028: ,p_effective_end_date => l_effective_end_date);
1029: end;
1030: if g_debug then
1031: hr_utility.set_location('After Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 60);
1032: end if;
1033: else
1034: hr_utility.set_location('p_validate is true...so nothing to do',120);
1035: end if;

Line 1247: PAY_COST_ALLOCATION_API.DELETE_COST_ALLOCATION

1243: (p_transaction_step_id => p_transaction_step_id
1244: ,p_name => 'P_DELETE_MODE');
1245:
1246: /*Now Call the API to delete the cost allocations.*/
1247: PAY_COST_ALLOCATION_API.DELETE_COST_ALLOCATION
1248: (p_validate => P_VALIDATE
1249: ,p_effective_date => l_effective_date
1250: ,p_datetrack_delete_mode => nvl(l_datetrack_delete_mode,'DELETE')
1251: ,p_cost_allocation_id => hr_transaction_api.get_number_value

Line 1259: hr_utility.set_location('After Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 60);

1255: ,p_effective_start_date => l_effective_start_date
1256: ,p_effective_end_date => l_effective_end_date);
1257:
1258: if g_debug then
1259: hr_utility.set_location('After Calling PAY_COST_ALLOCATION_API.UPDATE_COST_ALLOCATION', 60);
1260: end if;
1261: end if;
1262: IF g_debug THEN
1263: hr_utility.set_location('Leaving '||l_proc,10);