DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_DFLEX_UTILITY

Line 958: l_varray_d hr_dflex_utility.l_ignore_dfcode_varray

954: --Warnings connected sepcifically with deployments
955: l_policy_duration_warning boolean;
956: l_already_applicant_warning boolean := false;
957: --
958: l_varray_d hr_dflex_utility.l_ignore_dfcode_varray
959: := hr_dflex_utility.l_ignore_dfcode_varray();
960: --
961: --Cursors and related variables
962: --

Line 959: := hr_dflex_utility.l_ignore_dfcode_varray();

955: l_policy_duration_warning boolean;
956: l_already_applicant_warning boolean := false;
957: --
958: l_varray_d hr_dflex_utility.l_ignore_dfcode_varray
959: := hr_dflex_utility.l_ignore_dfcode_varray();
960: --
961: --Cursors and related variables
962: --
963: --

Line 1218: hr_dflex_utility.create_ignore_df_validation(p_rec=>l_varray_d);

1214: --
1215: -- Added for bug 5491169
1216: l_varray_d(8):='PER_PEOPLE';
1217:
1218: hr_dflex_utility.create_ignore_df_validation(p_rec=>l_varray_d);
1219: --
1220: hr_utility.set_location(l_proc,20);
1221: --
1222: -- Process Logic

Line 2030: hr_dflex_utility.remove_ignore_df_validation;

2026: ,p_policy_duration_warning => l_policy_duration_warning
2027: );
2028: end if;
2029: --
2030: hr_dflex_utility.remove_ignore_df_validation;
2031: --
2032: --
2033: -- Raise Workflow Business Event....to be implemented in a later phase
2034: --

Line 2082: hr_dflex_utility.remove_ignore_df_validation;

2078: -- we must rollback to the savepoint
2079: --
2080: rollback to initiate_deployment;
2081: --
2082: hr_dflex_utility.remove_ignore_df_validation;
2083: --
2084: --
2085: -- Reset IN OUT parameters and set OUT parameters
2086: -- (Any key or derived arguments must be set to null

Line 2105: hr_dflex_utility.remove_ignore_df_validation;

2101: -- A validation or unexpected error has occured
2102: --
2103: rollback to initiate_deployment;
2104: --
2105: hr_dflex_utility.remove_ignore_df_validation;
2106: --
2107: --
2108: -- Reset IN OUT parameters and set all
2109: -- OUT parameters, including warnings, to null

Line 2161: l_varray_d hr_dflex_utility.l_ignore_dfcode_varray

2157: l_other_manager_warning boolean;
2158: l_hourly_salaried_warning boolean;
2159: l_gsp_post_process_warning varchar2(2000);
2160: --
2161: l_varray_d hr_dflex_utility.l_ignore_dfcode_varray
2162: := hr_dflex_utility.l_ignore_dfcode_varray();
2163:
2164: cursor csr_person_deployment(p_person_deployment_id number) is
2165: select *

Line 2162: := hr_dflex_utility.l_ignore_dfcode_varray();

2158: l_hourly_salaried_warning boolean;
2159: l_gsp_post_process_warning varchar2(2000);
2160: --
2161: l_varray_d hr_dflex_utility.l_ignore_dfcode_varray
2162: := hr_dflex_utility.l_ignore_dfcode_varray();
2163:
2164: cursor csr_person_deployment(p_person_deployment_id number) is
2165: select *
2166: from hr_person_deployments dpl

Line 2345: hr_dflex_utility.create_ignore_df_validation(p_rec=>l_varray_d);

2341:
2342: l_varray_d.delete;
2343: l_varray_d.extend(1);
2344: l_varray_d(1):='PER_ASSIGNMENTS';
2345: hr_dflex_utility.create_ignore_df_validation(p_rec=>l_varray_d);
2346:
2347: for l_host in csr_host_assignments(l_start_date_in) loop
2348: --
2349: -- if l_start_date_in < trunc(sysdate) then

Line 2398: hr_dflex_utility.remove_ignore_df_validation;

2394: --
2395: end loop;
2396: end if;
2397:
2398: hr_dflex_utility.remove_ignore_df_validation;
2399: --
2400: -- update the proposal with the new details to keep it up to date
2401: --
2402: hr_utility.set_location(l_proc,100);

Line 2432: hr_dflex_utility.remove_ignore_df_validation;

2428: -- As the Validate_Enabled exception has been raised
2429: -- we must rollback to the savepoint
2430: --
2431: rollback to change_deployment_dates;
2432: hr_dflex_utility.remove_ignore_df_validation;
2433: --
2434: -- Reset IN OUT parameters and set OUT parameters
2435: -- (Any key or derived arguments must be set to null
2436: -- when validation only mode is being used.)

Line 2445: hr_dflex_utility.remove_ignore_df_validation;

2441: --
2442: -- A validation or unexpected error has occured
2443: --
2444: rollback to change_deployment_dates;
2445: hr_dflex_utility.remove_ignore_df_validation;
2446: --
2447: -- Reset IN OUT parameters and set all
2448: -- OUT parameters, including warnings, to null
2449: --