DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_MULTI_MESSAGE

Line 482: hr_multi_message.add

478: fetch csr_bg_exists into l_dummy;
479: if csr_bg_exists%notfound then
480: close csr_bg_exists;
481: fnd_message.set_name('PER','HR_449627_PDT_FROM_BG_NOTEXIST');
482: hr_multi_message.add
483: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.FROM_BUSINESS_GROUP_ID');
484: else
485: close csr_bg_exists;
486: end if;

Line 493: hr_multi_message.add

489: fetch csr_bg_exists into l_dummy;
490: if csr_bg_exists%notfound then
491: close csr_bg_exists;
492: fnd_message.set_name('PER','HR_449628_PDT_TO_BG_NOTEXIST');
493: hr_multi_message.add
494: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID');
495: else
496: close csr_bg_exists;
497: end if;

Line 579: if hr_multi_message.no_exclusive_error

575: ,p_argument => 'start_date'
576: ,p_argument_value => p_start_date
577: );
578: --
579: if hr_multi_message.no_exclusive_error
580: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.FROM_BUSINESS_GROUP_ID'
581: ) then
582: --
583: l_api_updating := hr_pdt_shd.api_updating

Line 613: if hr_multi_message.exception_add

609: hr_utility.set_location('Leaving:'||l_proc, 20);
610: --
611: exception
612: when app_exception.application_exception then
613: if hr_multi_message.exception_add
614: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.FROM_PERSON_ID'
615: ) then
616: hr_utility.set_location(' Leaving:'||l_proc, 50);
617: raise;

Line 722: if hr_multi_message.no_exclusive_error

718: ,p_argument => 'status'
719: ,p_argument_value => p_status
720: );
721: --
722: if hr_multi_message.no_exclusive_error
723: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.FROM_BUSINESS_GROUP_ID'
724: ) then
725: --
726: l_api_updating := hr_pdt_shd.api_updating

Line 797: if hr_multi_message.exception_add

793: hr_utility.set_location('Leaving:'||l_proc, 20);
794: --
795: exception
796: when app_exception.application_exception then
797: if hr_multi_message.exception_add
798: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.TO_PERSON_ID'
799: ) then
800: hr_utility.set_location(' Leaving:'||l_proc, 50);
801: raise;

Line 861: if hr_multi_message.no_all_inclusive_error

857: ,p_argument => 'to_business_group_id'
858: ,p_argument_value => p_to_business_group_id
859: );
860: --
861: if hr_multi_message.no_all_inclusive_error
862: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
863: ) then
864: --
865: l_api_updating := hr_pdt_shd.api_updating

Line 905: if hr_multi_message.exception_add

901: hr_utility.set_location('Leaving:'||l_proc, 20);
902: --
903: exception
904: when app_exception.application_exception then
905: if hr_multi_message.exception_add
906: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PERSON_TYPE_ID'
907: ) then
908: hr_utility.set_location(' Leaving:'||l_proc, 50);
909: raise;

Line 961: if hr_multi_message.no_all_inclusive_error

957: ,p_argument => 'start_date'
958: ,p_argument_value => p_start_date
959: );
960: --
961: if hr_multi_message.no_all_inclusive_error
962: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
963: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.END_DATE'
964: ) then
965: --

Line 1010: if hr_multi_message.exception_add

1006: hr_utility.set_location('Leaving:'||l_proc, 20);
1007: --
1008: exception
1009: when app_exception.application_exception then
1010: if hr_multi_message.exception_add
1011: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
1012: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.END_DATE'
1013: ) then
1014: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 1144: if hr_multi_message.no_exclusive_error

1140: ,p_argument => 'from_person_id'
1141: ,p_argument_value => p_from_person_id
1142: );
1143: --
1144: if hr_multi_message.no_exclusive_error
1145: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.END_DATE'
1146: ) then
1147: --
1148: l_api_updating := hr_pdt_shd.api_updating

Line 1184: if hr_multi_message.exception_add

1180: hr_utility.set_location('Leaving:'||l_proc, 20);
1181: --
1182: exception
1183: when app_exception.application_exception then
1184: if hr_multi_message.exception_add
1185: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PERMANENT'
1186: ) then
1187: hr_utility.set_location(' Leaving:'||l_proc, 50);
1188: raise;

Line 1242: if hr_multi_message.no_exclusive_error

1238: ,p_argument => 'start_date'
1239: ,p_argument_value => p_start_date
1240: );
1241: --
1242: if hr_multi_message.no_exclusive_error
1243: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
1244: ) then
1245: --
1246: l_api_updating := hr_pdt_shd.api_updating

Line 1273: if hr_multi_message.exception_add

1269: hr_utility.set_location('Leaving:'||l_proc, 20);
1270: --
1271: exception
1272: when app_exception.application_exception then
1273: if hr_multi_message.exception_add
1274: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.DEPLOYMENT_REASON'
1275: ) then
1276: hr_utility.set_location(' Leaving:'||l_proc, 50);
1277: raise;

Line 1356: if hr_multi_message.no_all_inclusive_error

1352: ,p_argument => 'to_business_group_id'
1353: ,p_argument_value => p_to_business_group_id
1354: );
1355: --
1356: if hr_multi_message.no_all_inclusive_error
1357: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
1358: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_PERSON_ID'
1359: ) then
1360: --

Line 1416: if hr_multi_message.exception_add

1412: hr_utility.set_location('Leaving:'||l_proc, 20);
1413: --
1414: exception
1415: when app_exception.application_exception then
1416: if hr_multi_message.exception_add
1417: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.EMPLOYEE_NUMBER'
1418: ) then
1419: hr_utility.set_location(' Leaving:'||l_proc, 50);
1420: raise;

Line 1477: if hr_multi_message.no_exclusive_error

1473: ,p_argument => 'start_date'
1474: ,p_argument_value => p_start_date
1475: );
1476: --
1477: if hr_multi_message.no_exclusive_error
1478: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
1479: ) then
1480: --
1481: l_api_updating := hr_pdt_shd.api_updating

Line 1512: if hr_multi_message.exception_add

1508: hr_utility.set_location('Leaving:'||l_proc, 20);
1509: --
1510: exception
1511: when app_exception.application_exception then
1512: if hr_multi_message.exception_add
1513: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.LEAVING_REASON'
1514: ) then
1515: hr_utility.set_location(' Leaving:'||l_proc, 50);
1516: raise;

Line 1579: if hr_multi_message.no_all_inclusive_error

1575: ,p_argument => 'to_business_group_id'
1576: ,p_argument_value => p_to_business_group_id
1577: );
1578: --
1579: if hr_multi_message.no_all_inclusive_error
1580: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
1581: ) then
1582: --
1583: l_api_updating := hr_pdt_shd.api_updating

Line 1628: if hr_multi_message.exception_add

1624: hr_utility.set_location('Leaving:'||l_proc, 20);
1625: --
1626: exception
1627: when app_exception.application_exception then
1628: if hr_multi_message.exception_add
1629: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.LEAVING_PERSON_TYPE_ID'
1630: ) then
1631: hr_utility.set_location(' Leaving:'||l_proc, 50);
1632: raise;

Line 1692: if hr_multi_message.no_all_inclusive_error

1688: ,p_argument => 'start_date'
1689: ,p_argument_value => p_start_date
1690: );
1691: --
1692: if hr_multi_message.no_all_inclusive_error
1693: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.STATUS'
1694: ) then
1695: --
1696: l_api_updating := hr_pdt_shd.api_updating

Line 1725: if hr_multi_message.exception_add

1721: hr_utility.set_location('Leaving:'||l_proc, 20);
1722: --
1723: exception
1724: when app_exception.application_exception then
1725: if hr_multi_message.exception_add
1726: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.STATUS'
1727: ) then
1728: hr_utility.set_location(' Leaving:'||l_proc, 50);
1729: raise;

Line 1780: if hr_multi_message.exception_add

1776: hr_utility.set_location('Leaving:'||l_proc, 20);
1777: --
1778: exception
1779: when app_exception.application_exception then
1780: if hr_multi_message.exception_add
1781: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.DEPLYMT_POLICY_ID'
1782: ) then
1783: hr_utility.set_location(' Leaving:'||l_proc, 50);
1784: raise;

Line 1855: if hr_multi_message.no_exclusive_error

1851: ,p_argument => 'start_date'
1852: ,p_argument_value => p_start_date
1853: );
1854: --
1855: if hr_multi_message.no_exclusive_error
1856: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.FROM_PERSON_ID'
1857: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
1858: ) then
1859: --

Line 1889: if hr_multi_message.exception_add

1885: hr_utility.set_location('Leaving:'||l_proc, 20);
1886: --
1887: exception
1888: when app_exception.application_exception then
1889: if hr_multi_message.exception_add
1890: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.RETAIN_DIRECT_REPORTS'
1891: ) then
1892: hr_utility.set_location(' Leaving:'||l_proc, 50);
1893: raise;

Line 2002: if hr_multi_message.exception_add

1998: hr_utility.set_location('Leaving:'||l_proc, 20);
1999: --
2000: exception
2001: when app_exception.application_exception then
2002: if hr_multi_message.exception_add
2003: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.ORGANIZATION_ID'
2004: ) then
2005: hr_utility.set_location(' Leaving:'||l_proc, 50);
2006: raise;

Line 2072: if hr_multi_message.no_all_inclusive_error

2068: ,p_argument => 'to_business_group_id'
2069: ,p_argument_value => p_to_business_group_id
2070: );
2071: --
2072: if hr_multi_message.no_all_inclusive_error
2073: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2074: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
2075: ) then
2076: --

Line 2110: if hr_multi_message.exception_add

2106: hr_utility.set_location('Leaving:'||l_proc, 20);
2107: --
2108: exception
2109: when app_exception.application_exception then
2110: if hr_multi_message.exception_add
2111: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.LOCATION_ID'
2112: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2113: ) then
2114: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2188: if hr_multi_message.no_all_inclusive_error

2184: ,p_argument => 'to_business_group_id'
2185: ,p_argument_value => p_to_business_group_id
2186: );
2187: --
2188: if hr_multi_message.no_all_inclusive_error
2189: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2190: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
2191: ) then
2192: --

Line 2221: if hr_multi_message.exception_add

2217: hr_utility.set_location('Leaving:'||l_proc, 20);
2218: --
2219: exception
2220: when app_exception.application_exception then
2221: if hr_multi_message.exception_add
2222: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.JOB_ID'
2223: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2224: ) then
2225: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2300: if hr_multi_message.no_all_inclusive_error

2296: ,p_argument => 'to_business_group_id'
2297: ,p_argument_value => p_to_business_group_id
2298: );
2299: --
2300: if hr_multi_message.no_all_inclusive_error
2301: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2302: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
2303: ) then
2304: --

Line 2333: if hr_multi_message.exception_add

2329: hr_utility.set_location('Leaving:'||l_proc, 20);
2330: --
2331: exception
2332: when app_exception.application_exception then
2333: if hr_multi_message.exception_add
2334: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2335: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2336: ) then
2337: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2407: if hr_multi_message.no_all_inclusive_error

2403: ,p_argument => 'to_business_group_id'
2404: ,p_argument_value => p_to_business_group_id
2405: );
2406: --
2407: if hr_multi_message.no_all_inclusive_error
2408: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2409: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
2410: ) then
2411: --

Line 2440: if hr_multi_message.exception_add

2436: hr_utility.set_location('Leaving:'||l_proc, 20);
2437: --
2438: exception
2439: when app_exception.application_exception then
2440: if hr_multi_message.exception_add
2441: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.GRADE_ID'
2442: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2443: ) then
2444: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2512: if hr_multi_message.no_exclusive_error

2508: ,p_argument => 'start_date'
2509: ,p_argument_value => p_start_date
2510: );
2511: --
2512: if hr_multi_message.no_exclusive_error
2513: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.JOB_ID'
2514: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2515: ) then
2516: --

Line 2547: if hr_multi_message.exception_add

2543: hr_utility.set_location('Leaving:'||l_proc, 20);
2544: --
2545: exception
2546: when app_exception.application_exception then
2547: if hr_multi_message.exception_add
2548: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2549: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.JOB_ID'
2550: ) then
2551: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2621: if hr_multi_message.no_exclusive_error

2617: ,p_argument => 'start_date'
2618: ,p_argument_value => p_start_date
2619: );
2620: --
2621: if hr_multi_message.no_exclusive_error
2622: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.GRADE_ID'
2623: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2624: ) then
2625: --

Line 2663: if hr_multi_message.exception_add

2659: hr_utility.set_location('Leaving:'||l_proc, 20);
2660: --
2661: exception
2662: when app_exception.application_exception then
2663: if hr_multi_message.exception_add
2664: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2665: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.GRADE_ID'
2666: ) then
2667: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2737: if hr_multi_message.no_exclusive_error

2733: ,p_argument => 'start_date'
2734: ,p_argument_value => p_start_date
2735: );
2736: --
2737: if hr_multi_message.no_exclusive_error
2738: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.GRADE_ID'
2739: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.JOB_ID'
2740: ) then
2741: --

Line 2779: if hr_multi_message.exception_add

2775: hr_utility.set_location('Leaving:'||l_proc, 20);
2776: --
2777: exception
2778: when app_exception.application_exception then
2779: if hr_multi_message.exception_add
2780: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.JOB_ID'
2781: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.GRADE_ID'
2782: ) then
2783: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2851: if hr_multi_message.no_exclusive_error

2847: ,p_argument => 'start_date'
2848: ,p_argument_value => p_start_date
2849: );
2850: --
2851: if hr_multi_message.no_exclusive_error
2852: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.ORGANIZATION_ID'
2853: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2854: ) then
2855: --

Line 2885: if hr_multi_message.exception_add

2881: hr_utility.set_location('Leaving:'||l_proc, 20);
2882: --
2883: exception
2884: when app_exception.application_exception then
2885: if hr_multi_message.exception_add
2886: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.POSITION_ID'
2887: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.ORGANIZATION_ID'
2888: ) then
2889: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 2967: if hr_multi_message.no_all_inclusive_error

2963: ,p_argument => 'to_business_group_id'
2964: ,p_argument_value => p_to_business_group_id
2965: );
2966: --
2967: if hr_multi_message.no_all_inclusive_error
2968: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
2969: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
2970: ) then
2971: --

Line 3016: if hr_multi_message.exception_add

3012: hr_utility.set_location('Leaving:'||l_proc, 20);
3013: --
3014: exception
3015: when app_exception.application_exception then
3016: if hr_multi_message.exception_add
3017: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PAYROLL_ID'
3018: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3019: ) then
3020: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 3100: if hr_multi_message.no_all_inclusive_error

3096: ,p_argument => 'to_business_group_id'
3097: ,p_argument_value => p_to_business_group_id
3098: );
3099: --
3100: if hr_multi_message.no_all_inclusive_error
3101: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
3102: ) then
3103: --
3104: l_api_updating := hr_pdt_shd.api_updating

Line 3152: if hr_multi_message.exception_add

3148: hr_utility.set_location('Leaving:'||l_proc, 20);
3149: --
3150: exception
3151: when app_exception.application_exception then
3152: if hr_multi_message.exception_add
3153: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.ASSIGNMENT_STATUS_TYPE_ID'
3154: ) then
3155: hr_utility.set_location(' Leaving:'||l_proc, 50);
3156: raise;

Line 3232: if hr_multi_message.no_all_inclusive_error

3228: ,p_argument => 'start_date'
3229: ,p_argument_value => p_start_date
3230: );
3231: --
3232: if hr_multi_message.no_all_inclusive_error
3233: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3234: ) then
3235: --
3236: l_api_updating := hr_pdt_shd.api_updating

Line 3289: if hr_multi_message.exception_add

3285: hr_utility.set_location('Leaving:'||l_proc, 20);
3286: --
3287: exception
3288: when app_exception.application_exception then
3289: if hr_multi_message.exception_add
3290: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.SUPERVISOR_ID'
3291: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3292: ) then
3293: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 3357: if hr_multi_message.no_all_inclusive_error

3353: ,p_argument => 'start_date'
3354: ,p_argument_value => p_start_date
3355: );
3356: --
3357: if hr_multi_message.no_all_inclusive_error
3358: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3359: ) then
3360: --
3361: l_api_updating := hr_pdt_shd.api_updating

Line 3405: if hr_multi_message.exception_add

3401: hr_utility.set_location('Leaving:'||l_proc, 20);
3402: --
3403: exception
3404: when app_exception.application_exception then
3405: if hr_multi_message.exception_add
3406: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.SUPERVISOR_ASSIGNMENT_ID'
3407: ) then
3408: hr_utility.set_location(' Leaving:'||l_proc, 50);
3409: raise;

Line 3490: if hr_multi_message.exception_add

3486: hr_utility.set_location('Leaving:'||l_proc, 20);
3487: --
3488: exception
3489: when app_exception.application_exception then
3490: if hr_multi_message.exception_add
3491: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PAY_BASIS_ID'
3492: ) then
3493: hr_utility.set_location(' Leaving:'||l_proc, 50);
3494: raise;

Line 3569: if hr_multi_message.no_all_inclusive_error

3565: ,p_argument => 'to_business_group_id'
3566: ,p_argument_value => p_to_business_group_id
3567: );
3568: --
3569: if hr_multi_message.no_all_inclusive_error
3570: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3571: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
3572: ) then
3573: --

Line 3616: if hr_multi_message.exception_add

3612: hr_utility.set_location('Leaving:'||l_proc, 20);
3613: --
3614: exception
3615: when app_exception.application_exception then
3616: if hr_multi_message.exception_add
3617: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PEOPLE_GROUP_ID'
3618: ) then
3619: hr_utility.set_location(' Leaving:'||l_proc, 50);
3620: raise;

Line 3709: if hr_multi_message.no_all_inclusive_error

3705: ,p_argument => 'to_business_group_id'
3706: ,p_argument_value => p_to_business_group_id
3707: );
3708: --
3709: if hr_multi_message.no_all_inclusive_error
3710: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3711: ,p_check_column2 => 'HR_PERSON_DEPLOYMENTS.TO_BUSINESS_GROUP_ID'
3712: ) then
3713: --

Line 3732: hr_multi_message.add

3728: fetch csr_check_scl into l_dummy;
3729: if csr_check_scl%notfound then
3730: close csr_check_scl;
3731: fnd_message.set_name('PER','HR_7383_ASG_INV_KEYFLEX');
3732: hr_multi_message.add
3733: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.SOFT_CODING_KEYFLEX_ID' ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE');
3734: else
3735: close csr_check_scl;
3736: --

Line 3752: hr_multi_message.add

3748: if csr_pay_legislation_rules%found then
3749: close csr_pay_legislation_rules;
3750: if l_legislation_code = 'US' then
3751: fnd_message.set_name('PER','HR_50001_EMP_ASS_NO_GRE');
3752: hr_multi_message.add
3753: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PAYROLL_ID');
3754: else
3755: open csr_tax_unit_message('HR_INV_LEG_ENT_'||l_legislation_code);
3756: fetch csr_tax_unit_message into l_dummy;

Line 3764: hr_multi_message.add

3760: else
3761: close csr_tax_unit_message;
3762: fnd_message.set_name('PER','HR_34024_IP_INV_LEG_ENT');
3763: end if;
3764: hr_multi_message.add
3765: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.PAYROLL_ID');
3766: end if; --legislation code
3767: end if; --csr_pay_legislation_rules found
3768: end if; --payroll_id not null

Line 3778: if hr_multi_message.exception_add

3774: hr_utility.set_location('Leaving:'||l_proc, 20);
3775: --
3776: exception
3777: when app_exception.application_exception then
3778: if hr_multi_message.exception_add
3779: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.SOFT_CODING_KEYFLEX_ID'
3780: ) then
3781: hr_utility.set_location(' Leaving:'||l_proc, 50);
3782: raise;

Line 3833: if hr_multi_message.no_all_inclusive_error

3829: ,p_argument => 'start_date'
3830: ,p_argument_value => p_start_date
3831: );
3832: --
3833: if hr_multi_message.no_all_inclusive_error
3834: (p_check_column1 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3835: ) then
3836: --
3837: l_api_updating := hr_pdt_shd.api_updating

Line 3863: if hr_multi_message.exception_add

3859: hr_utility.set_location('Leaving:'||l_proc, 20);
3860: --
3861: exception
3862: when app_exception.application_exception then
3863: if hr_multi_message.exception_add
3864: (p_associated_column1 => 'HR_PERSON_DEPLOYMENTS.ASSIGNMENT_CATEGORY'
3865: ,p_associated_column2 => 'HR_PERSON_DEPLOYMENTS.START_DATE'
3866: ) then
3867: hr_utility.set_location(' Leaving:'||l_proc, 50);