DBA Data[Home] [Help]

APPS.PA_EVENT_PUB dependencies on PA_EVENT_TYPES

Line 43: l_event_type_classification pa_event_types.event_type_classification%type;

39: IS
40:
41:
42: rowid varchar2(18);
43: l_event_type_classification pa_event_types.event_type_classification%type;
44: P_project_id pa_events.project_id%type;
45: P_task_id pa_events.task_id%type;
46: P_Organization_Id pa_projects_all.org_id%type;
47: p_inv_org_id pa_events.inventory_item_id%type;

Line 1111: l_event_type_classification pa_event_types.event_type_classification%type;

1107: l_project_id pa_projects_all.project_id%type;
1108: P_task_id pa_events.task_id%type;
1109: l_task_id pa_events.task_id%type;
1110: P_Organization_Id pa_projects_all.org_id%type;
1111: l_event_type_classification pa_event_types.event_type_classification%type;
1112: P_agreement_id pa_events.agreement_id%type; -- Federal Uptake
1113:
1114: P_event_id_out pa_events.event_id%type;
1115: Rowid VARCHAR2(18);