DBA Data[Home] [Help]

APPS.GMS_SWEEPER dependencies on GMS_EVENT_ATTRIBUTE

Line 10: Project_id gms_event_attribute.project_id%type,

6:
7: Type Bal_rec is RECORD(Exp_item_id pa_expenditure_items_all.expenditure_item_id%type,
8: adl gms_award_distributions.adl_line_num%type,
9: award_id gms_awards_all.award_id%type,
10: Project_id gms_event_attribute.project_id%type,
11: Task_Id gms_event_attribute.actual_task_id%type,
12: Amount gms_event_attribute.bill_amount%type,
13: Reason Varchar2(200));
14:

Line 11: Task_Id gms_event_attribute.actual_task_id%type,

7: Type Bal_rec is RECORD(Exp_item_id pa_expenditure_items_all.expenditure_item_id%type,
8: adl gms_award_distributions.adl_line_num%type,
9: award_id gms_awards_all.award_id%type,
10: Project_id gms_event_attribute.project_id%type,
11: Task_Id gms_event_attribute.actual_task_id%type,
12: Amount gms_event_attribute.bill_amount%type,
13: Reason Varchar2(200));
14:
15: Type Fail_Rec is RECORD(resource_list_id gms_bc_packets.resource_list_member_id%type,

Line 12: Amount gms_event_attribute.bill_amount%type,

8: adl gms_award_distributions.adl_line_num%type,
9: award_id gms_awards_all.award_id%type,
10: Project_id gms_event_attribute.project_id%type,
11: Task_Id gms_event_attribute.actual_task_id%type,
12: Amount gms_event_attribute.bill_amount%type,
13: Reason Varchar2(200));
14:
15: Type Fail_Rec is RECORD(resource_list_id gms_bc_packets.resource_list_member_id%type,
16: person_id pa_expenditures_all.incurred_by_person_id%type,