DBA Data[Home] [Help]

APPS.GML_BATCH_OM_UTIL dependencies on GML_BATCH_SO_RULES

Line 599: l_rule_rec gml_batch_so_rules%rowtype;

595: l_organization_id NUMBER ;
596: l_so_line_id NUMBER ;
597: i NUMBER ;
598: j NUMBER ;
599: l_rule_rec gml_batch_so_rules%rowtype;
600: l_Gme_om_config_assign GML_BATCH_OM_UTIL.gme_om_config_assign;
601: l_cust_site so_lineTabTyp ;
602: l_so_line_rec GML_BATCH_OM_UTIL.so_line_rec;
603: l_cust_diff NUMBER ;

Line 786: From gml_batch_so_rules

782: END IF;
783: /* get the rule rec if it is unique */
784: Select *
785: Into l_rule_rec
786: From gml_batch_so_rules
787: Where rule_id = l_rule_id;
788: /* fill in the rec type */
789: x_gme_om_rule_rec.Rule_id := l_rule_rec.rule_id;
790: x_gme_om_rule_rec.Rule_name := l_rule_rec.rule_name;