DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on FND_LOOKUPS

Line 8062: select meaning from fnd_lookups

8058: where budget_period_id between p_from_budget_year_id and p_to_budget_year_id
8059: and budget_period_type = 'Y';
8060:
8061: cursor c_psb_period is
8062: select meaning from fnd_lookups
8063: where lookup_type = 'PSB_PERIOD_DISTRIBUTION_TYPES'
8064: and lookup_code = l_psb_period_type;
8065:
8066: cursor c_hrms_period is