DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on MFG_LOOKUPS

Line 889: from mfg_lookups

885: if (X_conversion is not null) then
886: begin
887: select meaning
888: into X_conversion_dsp
889: from mfg_lookups
890: where lookup_type = 'MTL_CONVERSION_TYPE'
891: and lookup_code = X_conversion;
892: exception
893: when NO_DATA_FOUND then

Line 1025: from mfg_lookups

1021: if (p_eam_activity_type_code is not null) then
1022: begin
1023: select meaning
1024: into x_eam_activity_type
1025: from mfg_lookups
1026: where lookup_type = 'MTL_EAM_ACTIVITY_TYPE'
1027: and lookup_code = p_eam_activity_type_code;
1028: exception
1029: when NO_DATA_FOUND then

Line 1038: from mfg_lookups

1034: if (p_eam_activity_cause_code is not null) then
1035: begin
1036: select meaning
1037: into x_eam_activity_cause
1038: from mfg_lookups
1039: where lookup_type = 'MTL_EAM_ACTIVITY_CAUSE'
1040: and lookup_code = p_eam_activity_cause_code;
1041: exception
1042: when NO_DATA_FOUND then

Line 1051: from mfg_lookups

1047: if (p_eam_act_shutdown_status is not null) then
1048: begin
1049: select meaning
1050: into x_eam_act_shutdown_status_dsp
1051: from mfg_lookups
1052: where lookup_type = 'BOM_EAM_SHUTDOWN_TYPE'
1053: and lookup_code = p_eam_act_shutdown_status;
1054: exception
1055: when NO_DATA_FOUND then