DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on HR_OPERATING_UNITS

Line 474: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,

470: index by BINARY_INTEGER;
471:
472: -- Bug 5448579. Following new variables are added
473: TYPE moac_ou_rec_type IS RECORD
474: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,
475: org_name HR_OPERATING_UNITS.Name%TYPE);
476:
477: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
478: index by BINARY_INTEGER;

Line 475: org_name HR_OPERATING_UNITS.Name%TYPE);

471:
472: -- Bug 5448579. Following new variables are added
473: TYPE moac_ou_rec_type IS RECORD
474: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,
475: org_name HR_OPERATING_UNITS.Name%TYPE);
476:
477: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
478: index by BINARY_INTEGER;
479: