DBA Data[Home] [Help]

APPS.VEA_LAYERS_SV dependencies on VEA_PROGRAM_UNITS

Line 49: program_unit_id vea_program_units.program_unit_id%TYPE,

45: --
46: TYPE g_layer_branch_rec_type
47: IS RECORD
48: (
49: program_unit_id vea_program_units.program_unit_id%TYPE,
50: program_unit_name vea_program_units.name%TYPE,
51: layer_provider_code vea_layers.layer_provider_code%TYPE,
52: layer_header_id vea_layers.layer_header_id%TYPE,
53: layer_id vea_layers.layer_id%TYPE,

Line 50: program_unit_name vea_program_units.name%TYPE,

46: TYPE g_layer_branch_rec_type
47: IS RECORD
48: (
49: program_unit_id vea_program_units.program_unit_id%TYPE,
50: program_unit_name vea_program_units.name%TYPE,
51: layer_provider_code vea_layers.layer_provider_code%TYPE,
52: layer_header_id vea_layers.layer_header_id%TYPE,
53: layer_id vea_layers.layer_id%TYPE,
54: sequence_number vea_layers.sequence_number%TYPE,

Line 91: program_unit_id vea_program_units.program_unit_id%TYPE,

87: --
88: TYPE g_layer_active_rec_type
89: IS RECORD
90: (
91: program_unit_id vea_program_units.program_unit_id%TYPE,
92: program_unit_lp_code vea_program_units.layer_provider_code%TYPE,
93: tp_layer_id vea_tp_layers.tp_layer_id%TYPE,
94: tp_layer_name vea_tp_layers.name%TYPE,
95: active_flag vea_layers.active_flag%TYPE

Line 92: program_unit_lp_code vea_program_units.layer_provider_code%TYPE,

88: TYPE g_layer_active_rec_type
89: IS RECORD
90: (
91: program_unit_id vea_program_units.program_unit_id%TYPE,
92: program_unit_lp_code vea_program_units.layer_provider_code%TYPE,
93: tp_layer_id vea_tp_layers.tp_layer_id%TYPE,
94: tp_layer_name vea_tp_layers.name%TYPE,
95: active_flag vea_layers.active_flag%TYPE
96: );

Line 201: p_program_unit_name IN vea_program_units.name%TYPE);

197: --
198: --
199: PROCEDURE checkConflictingLayers(
200: p_package_name IN vea_packages.name%TYPE,
201: p_program_unit_name IN vea_program_units.name%TYPE);
202:
203: --
204: --
205: --}