DBA Data[Home] [Help]

APPS.PSB_BUDGET_ACCOUNT_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES

Line 363: FROM psb_account_position_set_lines

359: --
360: FOR l_line_rec IN
361: (
362: SELECT line_sequence_id, include_or_exclude_type
363: FROM psb_account_position_set_lines
364: WHERE account_position_set_id = p_account_set_id
365: ORDER BY include_or_exclude_type DESC
366: )
367: LOOP

Line 553: ' psb_account_position_set_lines apsl' ||

549:
550: END IF;
551: --
552: l_sql_tmp := ' FROM gl_code_combinations glcc,' ||
553: ' psb_account_position_set_lines apsl' ||
554: ' WHERE glcc.code_combination_id >' ||
555: ' :max_code_combination_id' ||
556: ' AND glcc.chart_of_accounts_id = :chart_of_accounts_id' ||
557: ' AND apsl.line_sequence_id = :line_sequence_id';