DBA Data[Home] [Help]

APPS.PSB_ENTITY_SET_PVT dependencies on PSB_CONSTRAINT_FORMULAS_S

Line 1594: SELECT psb_constraint_formulas_s.nextval INTO l_constraint_formula_id

1590: END IF;--checking entity_subtype
1591:
1592: IF l_create_formula_flag = 'Y' THEN
1593:
1594: SELECT psb_constraint_formulas_s.nextval INTO l_constraint_formula_id
1595: FROM dual;
1596:
1597: debug('Processing formula for constraint_formula_id: ' ||
1598: l_const_formula_rec.constraint_formula_id);