DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PER_TIME_PERIOD_RULES

Line 8068: from per_time_period_types tpt, per_time_period_rules tpr

8064: and lookup_code = l_psb_period_type;
8065:
8066: cursor c_hrms_period is
8067: select tpt.display_period_type
8068: from per_time_period_types tpt, per_time_period_rules tpr
8069: where tpr.number_per_fiscal_year = tpt.number_per_fiscal_year
8070: and tpr.proc_period_type = l_hrms_period_type;
8071:
8072: l_api_name CONSTANT VARCHAR2(30) := 'Validate_Period_Granularity';