DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 73: (organization_name org_organization_definitions.organization_name%type,

69: RCV_ROI_PREPROCESSOR.txns_cur%rowtype
70: INDEX BY BINARY_INTEGER;
71:
72: TYPE organization_id_record_type IS RECORD
73: (organization_name org_organization_definitions.organization_name%type,
74: organization_code org_organization_definitions.organization_code%type,
75: organization_id org_organization_definitions.organization_id%type,
76: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
77:

Line 74: organization_code org_organization_definitions.organization_code%type,

70: INDEX BY BINARY_INTEGER;
71:
72: TYPE organization_id_record_type IS RECORD
73: (organization_name org_organization_definitions.organization_name%type,
74: organization_code org_organization_definitions.organization_code%type,
75: organization_id org_organization_definitions.organization_id%type,
76: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
77:
78: TYPE location_id_record_type IS RECORD

Line 75: organization_id org_organization_definitions.organization_id%type,

71:
72: TYPE organization_id_record_type IS RECORD
73: (organization_name org_organization_definitions.organization_name%type,
74: organization_code org_organization_definitions.organization_code%type,
75: organization_id org_organization_definitions.organization_id%type,
76: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
77:
78: TYPE location_id_record_type IS RECORD
79: (location_id hr_locations.location_id%type,

Line 81: organization_id org_organization_definitions.organization_id%type,

77:
78: TYPE location_id_record_type IS RECORD
79: (location_id hr_locations.location_id%type,
80: location_code hr_locations.location_code%type,
81: organization_id org_organization_definitions.organization_id%type,
82: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
83:
84: TYPE employee_id_record_type IS RECORD
85: (employee_name hr_employees.full_name%type,