DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_POSITION_SET_LINE_VALUES

Line 456: from PSB_POSITION_SET_LINE_VALUES

452: where account_position_set_id = possetid;
453:
454: cursor c_possetlineval (lineseqid NUMBER) is
455: select *
456: from PSB_POSITION_SET_LINE_VALUES
457: where line_sequence_id = lineseqid;
458:
459: cursor c_posset_exists (possetname VARCHAR2) is
460: select account_position_set_id

Line 468: from PSB_POSITION_SET_LINE_VALUES

464: and name = possetname;
465:
466: cursor c_possetlineval_exists (lineseqid NUMBER, attrval VARCHAR2) is
467: select value_sequence_id
468: from PSB_POSITION_SET_LINE_VALUES
469: where attribute_value = attrval
470: and line_sequence_id = lineseqid;
471:
472: cursor c_re_attr (attrid NUMBER) is

Line 521: select PSB_POSITION_SET_LINE_VALUES_S.NEXTVAL seq

517: select PSB_ACCT_POSITION_SET_LINES_S.NEXTVAL seq
518: from dual;
519:
520: cursor c_possetlineval_seq is
521: select PSB_POSITION_SET_LINE_VALUES_S.NEXTVAL seq
522: from dual;
523:
524: cursor c_setrel_seq is
525: select PSB_SET_RELATIONS_S.NEXTVAL seq