DBA Data[Home] [Help]

APPS.PA_CALC_OVERTIME dependencies on FND_PROFILE

Line 880: FND_PROFILE.GET ('ORG_ID', G_Org_Id);

876: -- Added by Sandeep Bharathan. We noticed that
877: -- org_id was not populated while inserting exp items.
878:
879: if pa_utils.pa_morg_implemented = 'Y' then
880: FND_PROFILE.GET ('ORG_ID', G_Org_Id);
881: end if;
882:
883: -- End
884: