[Home] [Help]
569: effective_start_date,
570: effective_end_date,
571: parameter_compound_annually,
572: parameter_autoinc_rule
573: from PSB_PARAMETERS_V
574: where parameter_id = p_parameter_id
575: and parameter_type = 'ELEMENT';
576:
577: cursor c_SOB is
1535: effective_start_date,
1536: effective_end_date,
1537: parameter_compound_annually,
1538: parameter_autoinc_rule
1539: from PSB_PARAMETERS_V
1540: where parameter_id = p_parameter_id
1541: and parameter_type = 'POSITION';
1542:
1543: BEGIN