APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_POSITION_PAY_DISTRIBUTIONS
Line 1516: from PSB_POSITION_PAY_DISTRIBUTIONS
1512: and b.employee_id = empid;
1513:
1514: cursor c_position_distr (positionid NUMBER) is
1515: select * 1516: from PSB_POSITION_PAY_DISTRIBUTIONS 1517: where position_id = positionid
1518: and (worksheet_id is null or worksheet_id = p_local_worksheet_id);
1519:
1520: cursor c_pos_seq is