DBA Data[Home] [Help]

APPS.FV_SLA_UTL_PROCESSING_PKG dependencies on FV_OPERATING_UNITS_ALL

Line 27: org_id fv_operating_units_all.org_id%TYPE,

23: INDEX BY BINARY_INTEGER;
24:
25: TYPE OrgRecType IS RECORD
26: (
27: org_id fv_operating_units_all.org_id%TYPE,
28: dit_flag fv_operating_units_all.dit_flag%TYPE,
29: cash_account fv_operating_units_all.dit_confirm_cash_account%TYPE
30: );
31: TYPE OrgTabType IS TABLE OF OrgRecType INDEX BY BINARY_INTEGER;

Line 28: dit_flag fv_operating_units_all.dit_flag%TYPE,

24:
25: TYPE OrgRecType IS RECORD
26: (
27: org_id fv_operating_units_all.org_id%TYPE,
28: dit_flag fv_operating_units_all.dit_flag%TYPE,
29: cash_account fv_operating_units_all.dit_confirm_cash_account%TYPE
30: );
31: TYPE OrgTabType IS TABLE OF OrgRecType INDEX BY BINARY_INTEGER;
32:

Line 29: cash_account fv_operating_units_all.dit_confirm_cash_account%TYPE

25: TYPE OrgRecType IS RECORD
26: (
27: org_id fv_operating_units_all.org_id%TYPE,
28: dit_flag fv_operating_units_all.dit_flag%TYPE,
29: cash_account fv_operating_units_all.dit_confirm_cash_account%TYPE
30: );
31: TYPE OrgTabType IS TABLE OF OrgRecType INDEX BY BINARY_INTEGER;
32:
33: TYPE BankRecType IS RECORD