[Home] [Help]
10: dummy1 varchar2(1);
11:
12: cursor cost_dist( p_person_id number ) is
13: select null
14: from PA_COST_DIST_OVERRIDES pa
15: where pa.person_id = P_PERSON_ID;
16:
17: cursor compens_detail( p_person_id number ) is
18: select null