DBA Data[Home] [Help]

APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_RISK_PHRASES

Line 79: FROM gr_item_risk_phrases ir,

75: CURSOR g_get_risk_phrases IS
76: SELECT ir.risk_phrase_code,
77: rc.calculation_name_id,
78: rc.linked_risks_flag
79: FROM gr_item_risk_phrases ir,
80: gr_risk_phrases_b rp,
81: gr_risk_calculations rc,
82: gr_item_concentrations ic
83: WHERE ir.item_code = ic.ingredient_item_code

Line 92: FROM gr_item_risk_phrases ir,

88: /*CURSOR g_get_risk_phrases IS
89: SELECT ws.risk_phrase_code,
90: rc.calculation_name_id,
91: rc.linked_risks_flag
92: FROM gr_item_risk_phrases ir,
93: gr_risk_phrases_b rp,
94: gr_risk_calculations rc,
95: gr_item_concentrations ic,
96: gr_work_string ws