DBA Data[Home] [Help]

APPS.HR_DU_DI_INSERT dependencies on FND_PROFILE

Line 1421: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_business_group_id);

1417:
1418: -- get business group name from profile
1419: -- This should be set at the responsibility level if there are multiple
1420: -- business groups or at the site level for a single business group
1421: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_business_group_id);
1422: OPEN csr_business_group_lookup;
1423: FETCH csr_business_group_lookup INTO l_business_group_profile;
1424: CLOSE csr_business_group_lookup;
1425:

Line 1597: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);

1593: OPEN csr_valid_profile;
1594: FETCH csr_valid_profile INTO l_valid_profile;
1595: CLOSE csr_valid_profile;
1596: --
1597: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
1598: --
1599: -- Output additional information to the log file concerning header file
1600: --
1601: hr_du_utility.message('SUMM', 'File name ->' || p_file_name , 25);

Line 1997: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);

1993:
1994: SET_DElIMITER_STRING;
1995: POPULATE_DYNAMIC_TABLE;
1996:
1997: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
1998: l_file_name := Return_File_Name(p_upload_id);
1999: l_filehandle :=Open_file(l_location, l_file_name);
2000: Extract_headers(l_filehandle, p_upload_id);
2001: Extract_API_locations(l_filehandle, p_upload_id);