DBA Data[Home] [Help]

APPS.PSB_ENTITY_SET_PVT dependencies on PSB_SET_RELATIONS_S

Line 1106: SELECT psb_set_relations_s.nextval INTO l_set_relation_id

1102: IF l_sets_rec.account_or_position_type = 'A' OR
1103: l_account_position_set_id IS NOT NULL
1104: THEN
1105:
1106: SELECT psb_set_relations_s.nextval INTO l_set_relation_id
1107: FROM dual;
1108:
1109: IF p_entity_type = 'P' THEN
1110: l_parameter_id := l_entity_id;