[Home] [Help]
447: where account_position_set_id = possetid;
448:
449: cursor c_possetline (possetid NUMBER) is
450: select *
451: from PSB_ACCOUNT_POSITION_SET_LINES
452: where account_position_set_id = possetid;
453:
454: cursor c_possetlineval (lineseqid NUMBER) is
455: select *
487: and b.attribute_value_id = attrvalid;
488:
489: cursor c_possetline_exists (possetid NUMBER, attrid NUMBER) is
490: select line_sequence_id
491: from PSB_ACCOUNT_POSITION_SET_LINES
492: where attribute_id = attrid
493: and account_position_set_id = possetid;
494:
495: cursor c_elemdist (possetgrpid NUMBER) is