DBA Data[Home] [Help]

APPS.PSB_EXCEL2_PVT dependencies on PSB_WS_POSITION_LINES

Line 2059: PSB_WS_POSITION_LINES b

2055: a.name,
2056: a.effective_start_date,
2057: a.effective_end_date
2058: from PSB_POSITIONS a,
2059: PSB_WS_POSITION_LINES b
2060: where a.position_id = b.position_id
2061: and b.position_line_id = p_position_line_id;
2062:
2063: cursor c_Element_Assignments is

Line 2291: PSB_WS_POSITION_LINES b

2287: a.name,
2288: a.effective_start_date,
2289: a.effective_end_date
2290: from PSB_POSITIONS a,
2291: PSB_WS_POSITION_LINES b
2292: where a.position_id = b.position_id
2293: and b.position_line_id = p_position_line_id;
2294:
2295: BEGIN