DBA Data[Home] [Help]

APPS.PQP_CANDM_UPG dependencies on FND_GLOBAL

Line 119: AND fff.business_group_id=fnd_global.per_business_group_id

115: WHERE fff.formula_name like NVL(p_formula_name,p_formula_cat)
116: AND fff.formula_id=paf.formula_id
117: AND paf.assignment_status_type_id IS NULL
118: AND fff.business_group_id=paf.business_group_id
119: AND fff.business_group_id=fnd_global.per_business_group_id
120: AND SYSDATE BETWEEN fff.effective_start_date and fff.effective_end_date
121: ORDER BY fff.formula_id,fff.effective_start_date ;
122:
123: