DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_SS dependencies on HR_UTILITY

Line 6: g_debug boolean := hr_utility.debug_enabled;

2: /* $Header: pyacosss.pkb 120.0.12010000.3 2009/02/04 05:58:40 pgongada noship $ */
3: -- Package Variables
4: --
5: g_package varchar2(33) := ' PAY_ASSG_COST_SS.';
6: g_debug boolean := hr_utility.debug_enabled;
7: PROCEDURE CREATE_ASSG_COST(
8: P_ITEM_TYPE IN VARCHAR2
9: ,P_ITEM_KEY IN VARCHAR2
10: ,P_ACTID IN NUMBER

Line 64: hr_utility.set_location('Entering '||l_proc, 10);

60: l_result VARCHAR2(100);
61: L_EFFECTIVE_DATE DATE;
62: BEGIN
63: IF g_debug THEN
64: hr_utility.set_location('Entering '||l_proc, 10);
65: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);
66: END IF;
67:
68: IF P_EFFECTIVE_DATE IS NULL THEN

Line 65: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);

61: L_EFFECTIVE_DATE DATE;
62: BEGIN
63: IF g_debug THEN
64: hr_utility.set_location('Entering '||l_proc, 10);
65: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);
66: END IF;
67:
68: IF P_EFFECTIVE_DATE IS NULL THEN
69: L_EFFECTIVE_DATE := SYSDATE;

Line 85: hr_utility.set_location('Populating the user defined table structure hr_transaction_ss.transaction_table', 110);

81: l_transaction_id:= hr_transaction_ss.get_transaction_id
82: (p_item_type => p_item_type
83: ,p_item_key => p_item_key);
84: IF g_debug THEN
85: hr_utility.set_location('Populating the user defined table structure hr_transaction_ss.transaction_table', 110);
86: END IF;
87:
88: /*Populating the table structure HR_TRANSACTION_SS.TRANSACTION_TABLE with
89: the user specified values. This data will be used to populate the trasaction

Line 326: hr_utility.set_location('Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 120);

322: end if;
323: l_transaction_table(l_count).param_data_type := 'DATE';
324: --
325: IF g_debug THEN
326: hr_utility.set_location('Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 120);
327: END IF;
328: /*Save data into transaction tables*/
329: hr_transaction_ss.save_transaction_step
330: (p_item_type => p_item_type

Line 338: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 130);

334: ,p_transaction_step_id => l_transaction_step_id
335: ,p_api_name => g_package || 'CREATE_DATA'
336: ,p_transaction_data => l_transaction_table);
337: IF g_debug THEN
338: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 130);
339: hr_utility.set_location('Leaving '||l_proc, 1000);
340: END IF;
341: p_transaction_id := l_transaction_id;
342: p_transaction_step_id := l_transaction_step_id;

Line 339: hr_utility.set_location('Leaving '||l_proc, 1000);

335: ,p_api_name => g_package || 'CREATE_DATA'
336: ,p_transaction_data => l_transaction_table);
337: IF g_debug THEN
338: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 130);
339: hr_utility.set_location('Leaving '||l_proc, 1000);
340: END IF;
341: p_transaction_id := l_transaction_id;
342: p_transaction_step_id := l_transaction_step_id;
343: END CREATE_ASSG_COST;

Line 363: hr_utility.set_location('Entering '||l_proc,10);

359: l_login_person_id HR_API_TRANSACTIONS.CREATOR_PERSON_ID%TYPE;
360:
361: BEGIN
362: IF g_debug THEN
363: hr_utility.set_location('Entering '||l_proc,10);
364: END IF;
365: /*Create save point before starting database operation*/
366: SAVEPOINT create_date;
367:

Line 375: hr_utility.set_location('Get P_COST_ALLOCATION_KEYFLEX_ID and P_OBJECT_VERSION_NUMBER', 20);

371: if l_effective_date is null then
372: l_effective_date := sysdate;
373: end if;
374: if g_debug then
375: hr_utility.set_location('Get P_COST_ALLOCATION_KEYFLEX_ID and P_OBJECT_VERSION_NUMBER', 20);
376: end if;
377: /*Get the parameters to be used in the API call*/
378: l_cost_allocation_keyflex_id := hr_transaction_api.get_number_value
379: (p_transaction_step_id => p_transaction_step_id

Line 385: hr_utility.set_location('P_COST_ALLOCATION_KEYFLEX_ID => '||NVL(l_cost_allocation_keyflex_id,-1), 30);

381: l_object_version_number := hr_transaction_api.get_number_value
382: (p_transaction_step_id => p_transaction_step_id
383: ,p_name => 'P_OBJECT_VERSION_NUMBER');
384: if g_debug then
385: hr_utility.set_location('P_COST_ALLOCATION_KEYFLEX_ID => '||NVL(l_cost_allocation_keyflex_id,-1), 30);
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

Line 386: hr_utility.set_location('P_OBJECT_VERSION_NUMBER => '||NVL(l_object_version_number,-1), 40);

382: (p_transaction_step_id => p_transaction_step_id
383: ,p_name => 'P_OBJECT_VERSION_NUMBER');
384: if g_debug then
385: hr_utility.set_location('P_COST_ALLOCATION_KEYFLEX_ID => '||NVL(l_cost_allocation_keyflex_id,-1), 30);
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);

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 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 509: hr_utility.set_location('Leaving '||l_proc,1000);

505:
506:
507: end if;
508: if g_debug then
509: hr_utility.set_location('Leaving '||l_proc,1000);
510: end if;
511: --
512: EXCEPTION
513: WHEN hr_utility.hr_error THEN

Line 513: WHEN hr_utility.hr_error THEN

509: hr_utility.set_location('Leaving '||l_proc,1000);
510: end if;
511: --
512: EXCEPTION
513: WHEN hr_utility.hr_error THEN
514: -- -----------------------------------------------------------------
515: -- An application error has been raised by the API so we must set
516: -- the error.
517: -- -----------------------------------------------------------------

Line 518: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);

514: -- -----------------------------------------------------------------
515: -- An application error has been raised by the API so we must set
516: -- the error.
517: -- -----------------------------------------------------------------
518: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);
519: hr_utility.set_location('Rolling back the data',666);
520: ROLLBACK TO CREATE_DATA;
521: hr_utility.set_location('Leaving '||l_proc,1000);
522: RAISE;

Line 519: hr_utility.set_location('Rolling back the data',666);

515: -- An application error has been raised by the API so we must set
516: -- the error.
517: -- -----------------------------------------------------------------
518: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);
519: hr_utility.set_location('Rolling back the data',666);
520: ROLLBACK TO CREATE_DATA;
521: hr_utility.set_location('Leaving '||l_proc,1000);
522: RAISE;
523: WHEN OTHERS THEN

Line 521: hr_utility.set_location('Leaving '||l_proc,1000);

517: -- -----------------------------------------------------------------
518: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);
519: hr_utility.set_location('Rolling back the data',666);
520: ROLLBACK TO CREATE_DATA;
521: hr_utility.set_location('Leaving '||l_proc,1000);
522: RAISE;
523: WHEN OTHERS THEN
524: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);
525: ROLLBACK TO CREATE_DATA;

Line 524: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);

520: ROLLBACK TO CREATE_DATA;
521: hr_utility.set_location('Leaving '||l_proc,1000);
522: RAISE;
523: WHEN OTHERS THEN
524: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);
525: ROLLBACK TO CREATE_DATA;
526: hr_utility.set_location('Leaving '||l_proc,1000);
527: END CREATE_DATA;
528:

Line 526: hr_utility.set_location('Leaving '||l_proc,1000);

522: RAISE;
523: WHEN OTHERS THEN
524: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);
525: ROLLBACK TO CREATE_DATA;
526: hr_utility.set_location('Leaving '||l_proc,1000);
527: END CREATE_DATA;
528:
529: PROCEDURE UPDATE_ASSG_COST(
530: P_ITEM_TYPE IN VARCHAR2

Line 589: hr_utility.set_location('Entering '||l_proc, 10);

585: l_effective_date date;
586: l_result varchar2(2000);
587: BEGIN
588: IF g_debug THEN
589: hr_utility.set_location('Entering '||l_proc, 10);
590: END IF;
591: IF P_EFFECTIVE_DATE IS NULL THEN
592: l_EFFECTIVE_DATE := SYSDATE;
593: else

Line 597: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);

593: else
594: l_EFFECTIVE_DATE := P_EFFECTIVE_DATE;
595: END IF;
596: IF g_debug THEN
597: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);
598: END IF;
599: /*This CREATE_TRANSACTION_STEP() find out of any transaction created with
600: the given ITEM TYPE and ITEM KEY. If exists then it creates transaction
601: step if not it creates a transactions and transaction step as well.*/

Line 611: hr_utility.set_location('Populating the user defined table structure hr_transaction_ss.transaction_table', 100);

607: ,p_api_name => g_package||'UPDATE_DATA'
608: ,p_transaction_step_id => l_transaction_step_id
609: ,p_object_version_number => l_trs_object_version_number);
610: IF g_debug THEN
611: hr_utility.set_location('Populating the user defined table structure hr_transaction_ss.transaction_table', 100);
612: END IF;
613: /*Populating the table structure HR_TRANSACTION_SS.TRANSACTION_TABLE with
614: the user specified values. This data will be used to populate the trasaction
615: tables and subsequently into the base tables.

Line 856: hr_utility.set_location('Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);

852: l_transaction_table(l_count).param_data_type := 'DATE';
853: --
854: /*Save data into transaction tables*/
855: if g_debug then
856: hr_utility.set_location('Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);
857: end if;
858: hr_transaction_ss.save_transaction_step
859: (p_item_type => p_item_type
860: ,p_item_key => p_item_key

Line 869: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);

865: ,p_transaction_data => l_transaction_table);
866: p_transaction_id := l_transaction_id;
867: p_transaction_step_id := l_transaction_step_id;
868: if g_debug then
869: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);
870: hr_utility.set_location('Leaving '||l_proc,1000);
871: end if;
872: END UPDATE_ASSG_COST;
873:

Line 870: hr_utility.set_location('Leaving '||l_proc,1000);

866: p_transaction_id := l_transaction_id;
867: p_transaction_step_id := l_transaction_step_id;
868: if g_debug then
869: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);
870: hr_utility.set_location('Leaving '||l_proc,1000);
871: end if;
872: END UPDATE_ASSG_COST;
873:
874: PROCEDURE UPDATE_DATA(

Line 892: hr_utility.set_location('Entering '||l_proc, 10);

888: l_update_datetrack_mode VARCHAR2(20);
889: BEGIN
890:
891: if g_debug then
892: hr_utility.set_location('Entering '||l_proc, 10);
893: end if;
894:
895: SAVEPOINT UPDATE_DATA;
896: if p_validate = false then

Line 902: hr_utility.set_location('Get P_COST_ALLOCATION_KEYFLEX_ID and P_OBJECT_VERSION_NUMBER', 20);

898: if l_effective_date is null then
899: l_effective_date := sysdate;
900: end if;
901: if g_debug then
902: hr_utility.set_location('Get P_COST_ALLOCATION_KEYFLEX_ID and P_OBJECT_VERSION_NUMBER', 20);
903: end if;
904: l_cost_allocation_keyflex_id := hr_transaction_api.get_number_value
905: (p_transaction_step_id => p_transaction_step_id
906: ,p_name => 'P_COST_ALLOCATION_KEYFLEX_ID');

Line 914: hr_utility.set_location('P_COST_ALLOCATION_KEYFLEX_ID => '||NVL(l_cost_allocation_keyflex_id,-1), 30);

910: l_update_datetrack_mode := hr_transaction_api.get_varchar2_value(
911: p_transaction_step_id => p_transaction_step_id,
912: p_name => 'P_UPDATE_MODE');
913: if g_debug then
914: hr_utility.set_location('P_COST_ALLOCATION_KEYFLEX_ID => '||NVL(l_cost_allocation_keyflex_id,-1), 30);
915: hr_utility.set_location('P_OBJECT_VERSION_NUMBER => '||NVL(l_object_version_number,-1), 40);
916: end if;
917: --
918:

Line 915: hr_utility.set_location('P_OBJECT_VERSION_NUMBER => '||NVL(l_object_version_number,-1), 40);

911: p_transaction_step_id => p_transaction_step_id,
912: p_name => 'P_UPDATE_MODE');
913: if g_debug then
914: hr_utility.set_location('P_COST_ALLOCATION_KEYFLEX_ID => '||NVL(l_cost_allocation_keyflex_id,-1), 30);
915: hr_utility.set_location('P_OBJECT_VERSION_NUMBER => '||NVL(l_object_version_number,-1), 40);
916: end if;
917: --
918:
919: if g_debug then

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 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 1034: hr_utility.set_location('p_validate is true...so nothing to do',120);

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;
1036: if g_debug then
1037: hr_utility.set_location('Leaving '||l_proc,1000);
1038: end if;

Line 1037: hr_utility.set_location('Leaving '||l_proc,1000);

1033: else
1034: hr_utility.set_location('p_validate is true...so nothing to do',120);
1035: end if;
1036: if g_debug then
1037: hr_utility.set_location('Leaving '||l_proc,1000);
1038: end if;
1039: EXCEPTION
1040: WHEN hr_utility.hr_error THEN
1041: -- -----------------------------------------------------------------

Line 1040: WHEN hr_utility.hr_error THEN

1036: if g_debug then
1037: hr_utility.set_location('Leaving '||l_proc,1000);
1038: end if;
1039: EXCEPTION
1040: WHEN hr_utility.hr_error THEN
1041: -- -----------------------------------------------------------------
1042: -- An application error has been raised by the API so we must set
1043: -- the error.
1044: -- -----------------------------------------------------------------

Line 1045: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);

1041: -- -----------------------------------------------------------------
1042: -- An application error has been raised by the API so we must set
1043: -- the error.
1044: -- -----------------------------------------------------------------
1045: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);
1046: hr_utility.set_location('Rolling back the data',666);
1047: ROLLBACK TO UPDATE_DATA;
1048: hr_utility.set_location('Leaving '||l_proc,1000);
1049: RAISE;

Line 1046: hr_utility.set_location('Rolling back the data',666);

1042: -- An application error has been raised by the API so we must set
1043: -- the error.
1044: -- -----------------------------------------------------------------
1045: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);
1046: hr_utility.set_location('Rolling back the data',666);
1047: ROLLBACK TO UPDATE_DATA;
1048: hr_utility.set_location('Leaving '||l_proc,1000);
1049: RAISE;
1050: WHEN OTHERS THEN

Line 1048: hr_utility.set_location('Leaving '||l_proc,1000);

1044: -- -----------------------------------------------------------------
1045: hr_utility.set_location('Exception:hr_utility.hr_error THEN'||l_proc,555);
1046: hr_utility.set_location('Rolling back the data',666);
1047: ROLLBACK TO UPDATE_DATA;
1048: hr_utility.set_location('Leaving '||l_proc,1000);
1049: RAISE;
1050: WHEN OTHERS THEN
1051: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);
1052: ROLLBACK TO UPDATE_DATA;

Line 1051: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);

1047: ROLLBACK TO UPDATE_DATA;
1048: hr_utility.set_location('Leaving '||l_proc,1000);
1049: RAISE;
1050: WHEN OTHERS THEN
1051: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);
1052: ROLLBACK TO UPDATE_DATA;
1053: hr_utility.set_location('Leaving '||l_proc,1000);
1054: END UPDATE_DATA;
1055:

Line 1053: hr_utility.set_location('Leaving '||l_proc,1000);

1049: RAISE;
1050: WHEN OTHERS THEN
1051: hr_utility.set_location('Unknown error occurred....Rolling back the data',777);
1052: ROLLBACK TO UPDATE_DATA;
1053: hr_utility.set_location('Leaving '||l_proc,1000);
1054: END UPDATE_DATA;
1055:
1056: PROCEDURE DELETE_ASSG_COST(
1057: P_ITEM_TYPE IN VARCHAR2

Line 1084: hr_utility.set_location('Entering '||l_proc, 10);

1080: l_result VARCHAR2(100);
1081: L_EFFECTIVE_DATE DATE;
1082: BEGIN
1083: IF g_debug THEN
1084: hr_utility.set_location('Entering '||l_proc, 10);
1085: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);
1086: END IF;
1087:
1088: IF P_EFFECTIVE_DATE IS NULL THEN

Line 1085: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);

1081: L_EFFECTIVE_DATE DATE;
1082: BEGIN
1083: IF g_debug THEN
1084: hr_utility.set_location('Entering '||l_proc, 10);
1085: hr_utility.set_location('Calling hr_transaction_ss.create_transaction_step', 100);
1086: END IF;
1087:
1088: IF P_EFFECTIVE_DATE IS NULL THEN
1089: L_EFFECTIVE_DATE := SYSDATE;

Line 1107: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 130);

1103: ,p_api_name => g_package||'DELETE_DATA'
1104: ,p_transaction_step_id => l_transaction_step_id
1105: ,p_object_version_number => l_trs_object_version_number);
1106: IF g_debug THEN
1107: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 130);
1108: hr_utility.set_location('Leaving '||l_proc, 1000);
1109: END IF;
1110:
1111: /*Populating the table structure HR_TRANSACTION_SS.TRANSACTION_TABLE with

Line 1108: hr_utility.set_location('Leaving '||l_proc, 1000);

1104: ,p_transaction_step_id => l_transaction_step_id
1105: ,p_object_version_number => l_trs_object_version_number);
1106: IF g_debug THEN
1107: hr_utility.set_location('After Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 130);
1108: hr_utility.set_location('Leaving '||l_proc, 1000);
1109: END IF;
1110:
1111: /*Populating the table structure HR_TRANSACTION_SS.TRANSACTION_TABLE with
1112: the user specified values. This data will be used to populate the trasaction

Line 1188: hr_utility.set_location('Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);

1184: end if;
1185: l_transaction_table(l_count).param_data_type := 'DATE';
1186: /*Save data into transaction tables*/
1187: if g_debug then
1188: hr_utility.set_location('Calling HR_TRANSACTION_SS.SAVE_TRANSACTION_STEP', 110);
1189: end if;
1190: hr_transaction_ss.save_transaction_step
1191: (p_item_type => p_item_type
1192: ,p_item_key => p_item_key

Line 1220: hr_utility.set_location('Entering '||l_proc,10);

1216: l_datetrack_delete_mode VARCHAR2(20);
1217:
1218: BEGIN
1219: IF g_debug THEN
1220: hr_utility.set_location('Entering '||l_proc,10);
1221: END IF;
1222: /*Create save point before starting database operation*/
1223: SAVEPOINT create_date;
1224: if p_validate = false then

Line 1232: hr_utility.set_location('Get P_COST_ALLOCATION_KEYFLEX_ID and P_OBJECT_VERSION_NUMBER', 20);

1228: l_effective_date := sysdate;
1229: end if;
1230:
1231: if g_debug then
1232: hr_utility.set_location('Get P_COST_ALLOCATION_KEYFLEX_ID and P_OBJECT_VERSION_NUMBER', 20);
1233: end if;
1234:
1235: /*Get the values used to call the API*/
1236: l_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);

Line 1263: hr_utility.set_location('Leaving '||l_proc,10);

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);
1264: END IF;
1265: END DELETE_DATA;
1266:
1267: END PAY_ASSG_COST_SS;