DBA Data[Home] [Help]

APPS.PAY_IN_TAX_DECLARATION dependencies on HR_UTILITY

Line 786: hr_utility.trace(g_list_index||'...Input ->' || rec_element_Details.name ||' ['||rec_element_details.planned||']');

782: --
783: FOR rec_element_details IN csr_element_details(p_effective_date) LOOP
784: --
785: IF g_debug THEN
786: hr_utility.trace(g_list_index||'...Input ->' || rec_element_Details.name ||' ['||rec_element_details.planned||']');
787: END IF;
788: g_element_value_list(g_list_index).element_name := rec_element_details.element_name;
789: g_element_value_list(g_list_index).input_name := rec_element_details.name;
790: g_element_value_list(g_list_index).planned_val := rec_element_details.planned;

Line 831: hr_utility.trace('List Index: ' || g_list_index);

827: --
828: END IF;
829:
830: IF g_debug THEN
831: hr_utility.trace('List Index: ' || g_list_index);
832: END IF;
833:
834: IF g_list_index = 0 THEN
835: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,90);

Line 844: hr_utility.trace('...Value[' || g_element_value_list(indx).actual_val || ']');

840: IF (g_element_value_list(indx).element_name = p_element_name AND
841: g_element_value_list(indx).input_name = p_input_name)
842: THEN
843: IF g_debug THEN
844: hr_utility.trace('...Value[' || g_element_value_list(indx).actual_val || ']');
845: END IF;
846: IF p_actual_value = 'TRUE' THEN
847: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,100);
848: IF g_debug THEN

Line 1264: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');

1260: pay_in_utils.set_location(g_debug,l_procedure,20);
1261: --
1262: IF l_status <> 'SUCCESS' THEN
1263: --
1264: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
1265: hr_utility.set_message_token('ELEMENT_NAME',p_element_name);
1266: hr_utility.raise_error;
1267: --
1268: END IF;

Line 1265: hr_utility.set_message_token('ELEMENT_NAME',p_element_name);

1261: --
1262: IF l_status <> 'SUCCESS' THEN
1263: --
1264: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
1265: hr_utility.set_message_token('ELEMENT_NAME',p_element_name);
1266: hr_utility.raise_error;
1267: --
1268: END IF;
1269: --

Line 1266: hr_utility.raise_error;

1262: IF l_status <> 'SUCCESS' THEN
1263: --
1264: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
1265: hr_utility.set_message_token('ELEMENT_NAME',p_element_name);
1266: hr_utility.raise_error;
1267: --
1268: END IF;
1269: --
1270: pay_in_utils.set_location(g_debug,l_procedure,30);

Line 2478: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');

2474: CLOSE csr_element_link_details;
2475: --
2476: IF l_element_link_id IS NULL THEN
2477: --
2478: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
2479: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80DD');
2480: hr_utility.raise_error;
2481: --
2482: END IF;

Line 2479: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80DD');

2475: --
2476: IF l_element_link_id IS NULL THEN
2477: --
2478: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
2479: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80DD');
2480: hr_utility.raise_error;
2481: --
2482: END IF;
2483: --

Line 2480: hr_utility.raise_error;

2476: IF l_element_link_id IS NULL THEN
2477: --
2478: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
2479: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80DD');
2480: hr_utility.raise_error;
2481: --
2482: END IF;
2483: --
2484: pay_in_utils.set_location(g_debug, l_procedure, 30);

Line 2503: hr_utility.trace('Disability Type= '||p_disability_type);

2499: --
2500: -- In this case, we would have to create an element entry to the
2501: -- assignment and return the entry id, the rest would be handled
2502: -- by the update command in the calling procedure.
2503: hr_utility.trace('Disability Type= '||p_disability_type);
2504: pay_element_entry_api.create_element_entry
2505: (p_effective_date => l_effective_date
2506: ,p_business_group_id => l_business_group_id
2507: ,p_assignment_id => p_assignment_id

Line 2768: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');

2764: pay_in_utils.set_location(g_debug, l_procedure, 30);
2765: --
2766: IF l_element_link_id IS NULL THEN
2767: --
2768: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
2769: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80G');
2770: hr_utility.raise_error;
2771: --
2772: END IF;

Line 2769: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80G');

2765: --
2766: IF l_element_link_id IS NULL THEN
2767: --
2768: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
2769: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80G');
2770: hr_utility.raise_error;
2771: --
2772: END IF;
2773: --

Line 2770: hr_utility.raise_error;

2766: IF l_element_link_id IS NULL THEN
2767: --
2768: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
2769: hr_utility.set_message_token('ELEMENT_NAME', 'Deduction under Section 80G');
2770: hr_utility.raise_error;
2771: --
2772: END IF;
2773: --
2774: IF g_debug THEN

Line 3035: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');

3031: CLOSE csr_element_link_details;
3032: --
3033: IF l_element_link_id IS NULL THEN
3034: --
3035: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
3036: hr_utility.set_message_token('ELEMENT_NAME', 'Life Insurance Premium');
3037: hr_utility.raise_error;
3038: --
3039: END IF;

Line 3036: hr_utility.set_message_token('ELEMENT_NAME', 'Life Insurance Premium');

3032: --
3033: IF l_element_link_id IS NULL THEN
3034: --
3035: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
3036: hr_utility.set_message_token('ELEMENT_NAME', 'Life Insurance Premium');
3037: hr_utility.raise_error;
3038: --
3039: END IF;
3040: --

Line 3037: hr_utility.raise_error;

3033: IF l_element_link_id IS NULL THEN
3034: --
3035: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
3036: hr_utility.set_message_token('ELEMENT_NAME', 'Life Insurance Premium');
3037: hr_utility.raise_error;
3038: --
3039: END IF;
3040: --
3041: pay_in_utils.set_location(g_debug, l_procedure, 30);

Line 3462: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');

3458: pay_in_utils.set_location(g_debug, l_procedure, 30);
3459: --
3460: IF l_element_link_id IS NULL THEN
3461: --
3462: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
3463: hr_utility.set_message_token('ELEMENT_NAME', l_element_name);--'Deduction under Section 80CCE');
3464: hr_utility.raise_error;
3465: --
3466: END IF;

Line 3463: hr_utility.set_message_token('ELEMENT_NAME', l_element_name);--'Deduction under Section 80CCE');

3459: --
3460: IF l_element_link_id IS NULL THEN
3461: --
3462: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
3463: hr_utility.set_message_token('ELEMENT_NAME', l_element_name);--'Deduction under Section 80CCE');
3464: hr_utility.raise_error;
3465: --
3466: END IF;
3467: --

Line 3464: hr_utility.raise_error;

3460: IF l_element_link_id IS NULL THEN
3461: --
3462: hr_utility.set_message(800, 'PER_IN_MISSING_LINK');
3463: hr_utility.set_message_token('ELEMENT_NAME', l_element_name);--'Deduction under Section 80CCE');
3464: hr_utility.raise_error;
3465: --
3466: END IF;
3467: --
3468: IF g_debug THEN

Line 3886: hr_utility.trace('Element Type ID: ' || l_element_type_id);

3882: ,p_input_values => l_input_values
3883: );
3884: --
3885: IF g_debug THEN
3886: hr_utility.trace('Element Type ID: ' || l_element_type_id);
3887: hr_utility.trace('Element Entry ID: ' || l_element_entry_id);
3888: hr_utility.trace('Business Group ID: ' || l_business_group_id);
3889: hr_utility.trace('Object Version Number: ' || l_object_version_number);
3890: END IF;

Line 3887: hr_utility.trace('Element Entry ID: ' || l_element_entry_id);

3883: );
3884: --
3885: IF g_debug THEN
3886: hr_utility.trace('Element Type ID: ' || l_element_type_id);
3887: hr_utility.trace('Element Entry ID: ' || l_element_entry_id);
3888: hr_utility.trace('Business Group ID: ' || l_business_group_id);
3889: hr_utility.trace('Object Version Number: ' || l_object_version_number);
3890: END IF;
3891: --

Line 3888: hr_utility.trace('Business Group ID: ' || l_business_group_id);

3884: --
3885: IF g_debug THEN
3886: hr_utility.trace('Element Type ID: ' || l_element_type_id);
3887: hr_utility.trace('Element Entry ID: ' || l_element_entry_id);
3888: hr_utility.trace('Business Group ID: ' || l_business_group_id);
3889: hr_utility.trace('Object Version Number: ' || l_object_version_number);
3890: END IF;
3891: --
3892: pay_in_utils.set_location(g_debug, l_procedure, 20);

Line 3889: hr_utility.trace('Object Version Number: ' || l_object_version_number);

3885: IF g_debug THEN
3886: hr_utility.trace('Element Type ID: ' || l_element_type_id);
3887: hr_utility.trace('Element Entry ID: ' || l_element_entry_id);
3888: hr_utility.trace('Business Group ID: ' || l_business_group_id);
3889: hr_utility.trace('Object Version Number: ' || l_object_version_number);
3890: END IF;
3891: --
3892: pay_in_utils.set_location(g_debug, l_procedure, 20);
3893: --

Line 5694: hr_utility.set_message(800, 'PER_IN_INVESTMENT_80CCE');

5690: END IF;
5691:
5692: IF (INSTR(p_token1,'PER_IN_INVESTMENT_80CCE')= 1)
5693: THEN
5694: hr_utility.set_message(800, 'PER_IN_INVESTMENT_80CCE');
5695: hr_utility.set_message_token('FROM', SUBSTR(p_token1,LENGTH('PER_IN_INVESTMENT_80CCE') + 1));
5696: hr_utility.set_message_token('TO', p_token2);
5697: hr_utility.raise_error;
5698: END IF;

Line 5695: hr_utility.set_message_token('FROM', SUBSTR(p_token1,LENGTH('PER_IN_INVESTMENT_80CCE') + 1));

5691:
5692: IF (INSTR(p_token1,'PER_IN_INVESTMENT_80CCE')= 1)
5693: THEN
5694: hr_utility.set_message(800, 'PER_IN_INVESTMENT_80CCE');
5695: hr_utility.set_message_token('FROM', SUBSTR(p_token1,LENGTH('PER_IN_INVESTMENT_80CCE') + 1));
5696: hr_utility.set_message_token('TO', p_token2);
5697: hr_utility.raise_error;
5698: END IF;
5699:

Line 5696: hr_utility.set_message_token('TO', p_token2);

5692: IF (INSTR(p_token1,'PER_IN_INVESTMENT_80CCE')= 1)
5693: THEN
5694: hr_utility.set_message(800, 'PER_IN_INVESTMENT_80CCE');
5695: hr_utility.set_message_token('FROM', SUBSTR(p_token1,LENGTH('PER_IN_INVESTMENT_80CCE') + 1));
5696: hr_utility.set_message_token('TO', p_token2);
5697: hr_utility.raise_error;
5698: END IF;
5699:
5700: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);

Line 5697: hr_utility.raise_error;

5693: THEN
5694: hr_utility.set_message(800, 'PER_IN_INVESTMENT_80CCE');
5695: hr_utility.set_message_token('FROM', SUBSTR(p_token1,LENGTH('PER_IN_INVESTMENT_80CCE') + 1));
5696: hr_utility.set_message_token('TO', p_token2);
5697: hr_utility.raise_error;
5698: END IF;
5699:
5700: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);
5701: