DBA Data[Home] [Help]

APPS.PA_HR_INVOICE dependencies on PA_CREDIT_RECEIVERS

Line 14: from pa_credit_receivers pa

10: dummy1 varchar2(1);
11:
12: cursor credit_receiv( p_person_id number ) is
13: select null
14: from pa_credit_receivers pa
15: where pa.person_id = P_PERSON_ID;
16:
17: cursor draft_inv( p_person_id number ) is
18: select null