DBA Data[Home] [Help]

APPS.HXC_PREFERENCE_EVALUATION dependencies on PER_ORGANIZATION_STRUCTURES

Line 11: ( org_Structure_id per_organization_structures.organization_structure_id%TYPE,

7:
8: -- will use PL/SQL tables in various places to manipulate preference information
9:
10: TYPE t_str_version_row IS RECORD
11: ( org_Structure_id per_organization_structures.organization_structure_id%TYPE,
12: org_version_id per_org_structure_versions.org_structure_version_id%type,
13: time_info date);
14:
15: TYPE t_requested_pref IS RECORD