DBA Data[Home] [Help]

APPS.PAY_US_GARN_UPGRADE dependencies on PAY_CORE_UTILS

Line 1420: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');

1416: return;
1417:
1418: EXCEPTION
1419: when CUSTOM_EXCEPTION then
1420: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1421: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1422: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1423: if gv_location = 1 then
1424: pay_core_utils.push_token ('Error Creating New Element ', gv_location);

Line 1421: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);

1417:
1418: EXCEPTION
1419: when CUSTOM_EXCEPTION then
1420: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1421: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1422: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1423: if gv_location = 1 then
1424: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1425: elsif gv_location = 2 then

Line 1422: pay_core_utils.push_token ('Element Name ', l_old_ele_name);

1418: EXCEPTION
1419: when CUSTOM_EXCEPTION then
1420: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1421: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1422: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1423: if gv_location = 1 then
1424: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1425: elsif gv_location = 2 then
1426: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);

Line 1424: pay_core_utils.push_token ('Error Creating New Element ', gv_location);

1420: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1421: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1422: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1423: if gv_location = 1 then
1424: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1425: elsif gv_location = 2 then
1426: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);
1427: end if;
1428: hr_utility.raise_error;

Line 1426: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);

1422: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1423: if gv_location = 1 then
1424: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1425: elsif gv_location = 2 then
1426: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);
1427: end if;
1428: hr_utility.raise_error;
1429: when others then
1430: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');

Line 1430: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');

1426: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);
1427: end if;
1428: hr_utility.raise_error;
1429: when others then
1430: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1431: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1432: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1433: if gv_location = 1 then
1434: pay_core_utils.push_token ('Error Creating New Element ', gv_location);

Line 1431: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);

1427: end if;
1428: hr_utility.raise_error;
1429: when others then
1430: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1431: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1432: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1433: if gv_location = 1 then
1434: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1435: elsif gv_location = 2 then

Line 1432: pay_core_utils.push_token ('Element Name ', l_old_ele_name);

1428: hr_utility.raise_error;
1429: when others then
1430: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1431: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1432: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1433: if gv_location = 1 then
1434: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1435: elsif gv_location = 2 then
1436: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);

Line 1434: pay_core_utils.push_token ('Error Creating New Element ', gv_location);

1430: pay_core_utils.push_message(801, 'PAY_US_GARN_UPG', 'A');
1431: pay_core_utils.push_token ('Element Type ID', p_elem_type_id);
1432: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1433: if gv_location = 1 then
1434: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1435: elsif gv_location = 2 then
1436: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);
1437: end if;
1438: hr_utility.raise_error;

Line 1436: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);

1432: pay_core_utils.push_token ('Element Name ', l_old_ele_name);
1433: if gv_location = 1 then
1434: pay_core_utils.push_token ('Error Creating New Element ', gv_location);
1435: elsif gv_location = 2 then
1436: pay_core_utils.push_token ('Error Creating Balance Feed ', gv_location);
1437: end if;
1438: hr_utility.raise_error;
1439: end upgrade_garnishment;
1440: