DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on MTL_ATP_RULES

Line 151: from mtl_atp_rules

147: begin
148: if (atp_id_val is NOT NULL) then
149: select rule_name
150: into ret_string
151: from mtl_atp_rules
152: where rule_id = atp_id_val;
153: return (ret_string);
154: else
155: return(NULL);