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 1138: l_event_type_classification pa_event_types.event_type_classification%type;

1134: l_project_id pa_projects_all.project_id%type;
1135: P_task_id pa_events.task_id%type;
1136: l_task_id pa_events.task_id%type;
1137: P_Organization_Id pa_projects_all.org_id%type;
1138: l_event_type_classification pa_event_types.event_type_classification%type;
1139: P_agreement_id pa_events.agreement_id%type; -- Federal Uptake
1140:
1141: P_event_id_out pa_events.event_id%type;
1142: Rowid VARCHAR2(18);