DBA Data[Home] [Help]

APPS.PSB_HR_EXTRACT_DATA_PVT dependencies on PER_ALL_POSITIONS

Line 34: from per_all_positions

30: where person_id = p_person_id;
31:
32: Cursor G_Position_Details(p_position_id in number) is
33: Select name
34: from per_all_positions
35: where position_id = p_position_id;
36:
37: PROCEDURE Init(p_date in OUT NOCOPY date);
38: