DBA Data[Home] [Help]

APPS.PSB_WS_POS2 dependencies on PSB_DEFAULTS

Line 3721: PSB_DEFAULTS b

3717: cursor c_Monthly_Profile is
3718: select b.entity_id,
3719: a.percent
3720: from PSB_ALLOCRULE_PERCENTS a,
3721: PSB_DEFAULTS b
3722: where a.number_of_periods = 12
3723: and a.allocation_rule_id = b.entity_id
3724: and ((nvl(b.global_default_flag, 'N') = 'N'
3725: and exists

Line 3742: PSB_DEFAULTS b

3738: cursor c_Quarterly_Profile is
3739: select b.entity_id,
3740: a.percent
3741: from PSB_ALLOCRULE_PERCENTS a,
3742: PSB_DEFAULTS b
3743: where a.number_of_periods = 4
3744: and a.allocation_rule_id = b.entity_id
3745: and ((nvl(b.global_default_flag, 'N') = 'N'
3746: and exists

Line 3763: PSB_DEFAULTS b

3759: cursor c_Semiannual_Profile is
3760: select b.entity_id,
3761: a.percent
3762: from PSB_ALLOCRULE_PERCENTS a,
3763: PSB_DEFAULTS b
3764: where a.number_of_periods = 2
3765: and a.allocation_rule_id = b.entity_id
3766: and ((nvl(b.global_default_flag, 'N') = 'N'
3767: and exists