DBA Data[Home] [Help]

APPS.GMD_QC_MIGRATE_TO_1151J dependencies on GMD_P_FS_CONTEXT

Line 134: -- gmd_p_fs_context sets the formula security context

130:
131:
132: BEGIN
133:
134: -- gmd_p_fs_context sets the formula security context
135: --
136: gmd_p_fs_context.set_additional_attr;
137:
138: UPDATE qc_spec_mst

Line 136: gmd_p_fs_context.set_additional_attr;

132: BEGIN
133:
134: -- gmd_p_fs_context sets the formula security context
135: --
136: gmd_p_fs_context.set_additional_attr;
137:
138: UPDATE qc_spec_mst
139: SET old_from_date = from_date,
140: old_to_date = to_date

Line 4005: -- gmd_p_fs_context sets the formula security context

4001: p_position => '',
4002: p_base_message => '');
4003: COMMIT;
4004:
4005: -- gmd_p_fs_context sets the formula security context
4006: --
4007:
4008: gmd_p_fs_context.set_additional_attr;
4009:

Line 4008: gmd_p_fs_context.set_additional_attr;

4004:
4005: -- gmd_p_fs_context sets the formula security context
4006: --
4007:
4008: gmd_p_fs_context.set_additional_attr;
4009:
4010: l_prty := '5N';
4011: l_i := 'I';
4012: l_gmd := 'GMD';

Line 5818: -- gmd_p_fs_context sets the formula security context

5814: AND sr.evaluation_ind is null ;
5815: -- End of Bug 3601780
5816:
5817: BEGIN
5818: -- gmd_p_fs_context sets the formula security context
5819: --
5820: gmd_p_fs_context.set_additional_attr;
5821:
5822: GMA_MIGRATION.gma_insert_message (

Line 5820: gmd_p_fs_context.set_additional_attr;

5816:
5817: BEGIN
5818: -- gmd_p_fs_context sets the formula security context
5819: --
5820: gmd_p_fs_context.set_additional_attr;
5821:
5822: GMA_MIGRATION.gma_insert_message (
5823: p_run_id => p_migration_id,
5824: p_table_name => 'Create_Sample_Results',