DBA Data[Home] [Help]

APPS.M4U_CLN_PKG dependencies on HR_LOCATION_API

Line 1041: m4u_dmd_utils.log('Call HR_LOCATION_API.create_location', 2);

1037: -----------------------------------------------------------------------------
1038: --HR location
1039: IF NOT l_record_found THEN
1040: --Create
1041: m4u_dmd_utils.log('Call HR_LOCATION_API.create_location', 2);
1042: l_progress := 'Call to HR_LOCATION_API.create_location';
1043:
1044: HR_LOCATION_API.create_location
1045: (

Line 1042: l_progress := 'Call to HR_LOCATION_API.create_location';

1038: --HR location
1039: IF NOT l_record_found THEN
1040: --Create
1041: m4u_dmd_utils.log('Call HR_LOCATION_API.create_location', 2);
1042: l_progress := 'Call to HR_LOCATION_API.create_location';
1043:
1044: HR_LOCATION_API.create_location
1045: (
1046: p_effective_date => sysdate,

Line 1044: HR_LOCATION_API.create_location

1040: --Create
1041: m4u_dmd_utils.log('Call HR_LOCATION_API.create_location', 2);
1042: l_progress := 'Call to HR_LOCATION_API.create_location';
1043:
1044: HR_LOCATION_API.create_location
1045: (
1046: p_effective_date => sysdate,
1047: p_language_code => userenv('LANG'),
1048: p_location_code => l_location_code,

Line 1062: m4u_dmd_utils.log('Call HR_LOCATION_API.update_location', 2);

1058: m4u_dmd_utils.log('l_obj_ver_num -|'||l_obj_ver_num || '|', 1);
1059:
1060: ELSE
1061: --Update
1062: m4u_dmd_utils.log('Call HR_LOCATION_API.update_location', 2);
1063: l_progress := 'Call HR_LOCATION_API.update_location';
1064:
1065: HR_LOCATION_API.update_location
1066: (

Line 1063: l_progress := 'Call HR_LOCATION_API.update_location';

1059:
1060: ELSE
1061: --Update
1062: m4u_dmd_utils.log('Call HR_LOCATION_API.update_location', 2);
1063: l_progress := 'Call HR_LOCATION_API.update_location';
1064:
1065: HR_LOCATION_API.update_location
1066: (
1067: p_effective_date => sysdate,

Line 1065: HR_LOCATION_API.update_location

1061: --Update
1062: m4u_dmd_utils.log('Call HR_LOCATION_API.update_location', 2);
1063: l_progress := 'Call HR_LOCATION_API.update_location';
1064:
1065: HR_LOCATION_API.update_location
1066: (
1067: p_effective_date => sysdate,
1068: p_language_code => userenv('LANG'),
1069: p_location_code => l_location_code,