DBA Data[Home] [Help]

APPS.HR_GL_SYNC_ORGS dependencies on FND_PROFILE

Line 3918: g_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');

3914:
3915: hr_utility.set_location(l_proc, 60);
3916:
3917: -- Get profile option values
3918: g_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');
3919: g_org_name_format := fnd_profile.value('HR_GL_ORG_NAME_FORMAT');
3920: g_export_dir := fnd_profile.value('PER_DATA_EXCHANGE_DIR');
3921:
3922: IF p_mode IN ('CREATE_MAINTAIN','SINGLE_ORG') THEN

Line 3919: g_org_name_format := fnd_profile.value('HR_GL_ORG_NAME_FORMAT');

3915: hr_utility.set_location(l_proc, 60);
3916:
3917: -- Get profile option values
3918: g_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');
3919: g_org_name_format := fnd_profile.value('HR_GL_ORG_NAME_FORMAT');
3920: g_export_dir := fnd_profile.value('PER_DATA_EXCHANGE_DIR');
3921:
3922: IF p_mode IN ('CREATE_MAINTAIN','SINGLE_ORG') THEN
3923: hr_utility.set_location(l_proc, 70);

Line 3920: g_export_dir := fnd_profile.value('PER_DATA_EXCHANGE_DIR');

3916:
3917: -- Get profile option values
3918: g_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');
3919: g_org_name_format := fnd_profile.value('HR_GL_ORG_NAME_FORMAT');
3920: g_export_dir := fnd_profile.value('PER_DATA_EXCHANGE_DIR');
3921:
3922: IF p_mode IN ('CREATE_MAINTAIN','SINGLE_ORG') THEN
3923: hr_utility.set_location(l_proc, 70);
3924: IF g_class_profile IS NULL OR g_class_profile = 'N' THEN

Line 4358: l_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');

4354: BEGIN
4355:
4356: hr_utility.set_location('Entering: '|| l_proc, 10);
4357:
4358: l_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');
4359: l_single_org_profile := fnd_profile.value('HR_SYNC_SINGLE_GL_ORG');
4360:
4361: -- Check if single Org mode is enabled
4362: IF l_class_profile IS NULL OR

Line 4359: l_single_org_profile := fnd_profile.value('HR_SYNC_SINGLE_GL_ORG');

4355:
4356: hr_utility.set_location('Entering: '|| l_proc, 10);
4357:
4358: l_class_profile := fnd_profile.value('HR_GENERATE_GL_ORGS');
4359: l_single_org_profile := fnd_profile.value('HR_SYNC_SINGLE_GL_ORG');
4360:
4361: -- Check if single Org mode is enabled
4362: IF l_class_profile IS NULL OR
4363: l_class_profile NOT IN ('CC','CCHR') OR