DBA Data[Home] [Help]

APPS.PSB_WS_POS3 dependencies on PSB_BUDGET_REVISION_POS_LINES

Line 1462: (select 1 from PSB_BUDGET_REVISION_POS_LINES brpl, PSB_BUDGET_REVISION_POSITIONS brp

1458: cursor c_BR is
1459: select 'Exists'
1460: from dual
1461: where exists
1462: (select 1 from PSB_BUDGET_REVISION_POS_LINES brpl, PSB_BUDGET_REVISION_POSITIONS brp
1463: where brpl.budget_revision_id = p_worksheet_id
1464: and brp.budget_revision_pos_line_id = brpl.budget_revision_pos_line_id
1465: and brp.position_id = p_position_id);
1466:

Line 2128: PSB_BUDGET_REVISION_POS_LINES b

2124:
2125: cursor c_BR_positions is
2126: select a.budget_revision_pos_line_id
2127: from PSB_BUDGET_REVISION_POSITIONS a,
2128: PSB_BUDGET_REVISION_POS_LINES b
2129: where b.budget_revision_id = p_worksheet_id
2130: and a.position_id = l_position_id
2131: and a.budget_revision_pos_line_id = b.budget_revision_pos_line_id;
2132: /* Bug No 1808330 End */