DBA Data[Home] [Help]

APPS.PSB_WS_ACCT2 dependencies on PSB_ALLOCRULE_PERCENTS

Line 5753: from PSB_ALLOCRULE_PERCENTS

5749: cursor c_AllocPct (AllocRule_ID NUMBER,
5750: Num_Periods NUMBER) is
5751: select period_num,
5752: percent
5753: from PSB_ALLOCRULE_PERCENTS
5754: where number_of_periods = Num_Periods
5755: and allocation_rule_id = AllocRule_ID
5756: order by period_num;
5757: