DBA Data[Home] [Help]

APPS.PA_EVENT_PVT dependencies on PA_EVENT_PUB

Line 10: ,P_event_in_rec IN PA_EVENT_PUB.Event_Rec_in_type

6: G_PKG_PVT constant varchar2(100):='PA_EVENT_PVT';
7:
8: FUNCTION CHECK_CREATE_EVENT_OK
9: (P_pm_product_code IN VARCHAR2
10: ,P_event_in_rec IN PA_EVENT_PUB.Event_Rec_in_type
11: ,P_project_currency_code IN VARCHAR2
12: ,P_proj_func_currency_code IN VARCHAR2
13: ,P_project_bil_rate_date_code IN VARCHAR2
14: ,P_project_rate_type IN VARCHAR2

Line 34: ,P_event_in_rec IN PA_EVENT_PUB.Event_rec_in_type

30:
31:
32: FUNCTION CHECK_UPDATE_EVENT_OK
33: (P_pm_product_code IN VARCHAR2
34: ,P_event_in_rec IN PA_EVENT_PUB.Event_rec_in_type
35: ,P_project_currency_code IN VARCHAR2
36: ,P_proj_func_currency_code IN VARCHAR2
37: ,P_project_bil_rate_date_code IN VARCHAR2
38: ,P_project_rate_type IN VARCHAR2