DBA Data[Home] [Help]

APPS.PSB_EXCEL_PVT dependencies on PSB_POSITIONS

Line 1316: from PSB_POSITIONS a,

1312: select a.position_id,
1313: a.name,
1314: a.effective_start_date,
1315: a.effective_end_date
1316: from PSB_POSITIONS a,
1317: PSB_WS_POSITION_LINES b
1318: where a.position_id = b.position_id
1319: and b.position_line_id = p_position_line_id;
1320:

Line 1703: psb_positions_i_pvt.initialize_view

1699: raise FND_API.G_EXC_ERROR;
1700: end if;
1701:
1702: -- First set up the Positions view
1703: psb_positions_i_pvt.initialize_view
1704: ( p_worksheet_id => g_worksheet_id,
1705: p_start_date => l_calendar_start_date,
1706: p_end_date => l_calendar_end_date,
1707: p_select_date => l_pp_start_date

Line 1787: from PSB_POSITIONS a,

1783: select a.position_id,
1784: a.name,
1785: a.effective_start_date,
1786: a.effective_end_date
1787: from PSB_POSITIONS a,
1788: PSB_WS_POSITION_LINES b
1789: where a.position_id = b.position_id
1790: and b.position_line_id = l_position_line_id)
1791: loop