DBA Data[Home] [Help]

APPS.PSB_ENTITY_SET_PVT dependencies on PSB_CONSTRAINT_FORMULAS

Line 774: FROM psb_constraint_formulas

770:
771: --
772: CURSOR l_constraint_formula_csr IS
773: SELECT *
774: FROM psb_constraint_formulas
775: WHERE constraint_id = l_source_entity_id;
776: --
777: l_entity_set_rec l_entity_set_csr%ROWTYPE ;
778: l_source_data_extract_rec l_source_data_extract_csr%ROWTYPE;

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);

Line 1600: PSB_CONSTRAINT_FORMULAS_PVT.INSERT_ROW

1596:
1597: debug('Processing formula for constraint_formula_id: ' ||
1598: l_const_formula_rec.constraint_formula_id);
1599:
1600: PSB_CONSTRAINT_FORMULAS_PVT.INSERT_ROW
1601: ( p_api_version => 1.0,
1602: p_init_msg_list => null,
1603: p_commit => null,
1604: p_validation_level => null,