DBA Data[Home] [Help]

APPS.PA_HR_TRANSACTIONS dependencies on PA_ONLINE_EXP_SETTINGS

Line 38: from PA_ONLINE_EXP_SETTINGS pa

34: **** */
35:
36: cursor online_exp( p_person_id number ) is
37: select null
38: from PA_ONLINE_EXP_SETTINGS pa
39: where pa.person_id = P_PERSON_ID;
40:
41: cursor exp_comment( p_person_id number ) is
42: select null