DBA Data[Home] [Help]

APPS.PAY_NO_EOY_ARCHIVE dependencies on FND_PROFILE

Line 3187: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);

3183: END IF;
3184: --
3185: -- get the currecnt BG's currency and mask to format the amount fields
3186: --
3187: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);
3188: set_currency_mask(l_bg_id, lg_format_mask);
3189: --
3190: -- Loop for each legal employer.
3191: --

Line 3796: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);

3792: END IF;
3793: --
3794: -- get the currecnt BG's currency and mask to format the amount fields
3795: --
3796: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);
3797: set_currency_mask(l_bg_id, lg_format_mask);
3798: --
3799: --
3800: --

Line 4626: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);

4622: END IF;
4623: --
4624: -- get the currecnt BG's currency and mask to format the amount fields
4625: --
4626: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);
4627: set_currency_mask(l_bg_id, lg_format_mask);
4628: --
4629: -- Loop for each unique legal employer / SI status combination.
4630: --

Line 5254: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);

5250: END IF;
5251: --
5252: -- get the currecnt BG's currency and mask to format the amount fields
5253: --
5254: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);
5255: set_currency_mask(l_bg_id, lg_format_mask);
5256: --
5257: g_xml_element_table(l_xml_element_count).tagname := 'EOY';
5258: g_xml_element_table(l_xml_element_count).tagvalue := '_START_';

Line 5911: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);

5907: END IF;
5908: --
5909: -- get the currecnt BG's currency and mask to format the amount fields
5910: --
5911: fnd_profile.get('PER_BUSINESS_GROUP_ID', l_bg_id);
5912: set_currency_mask(l_bg_id, lg_format_mask);
5913: --
5914: --/*Applying the changes for the 2007-2008*/
5915: