DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on MTL_PARAMETERS

Line 93: From mtl_parameters

89: WHERE material_detail_id = p_batch_line_id;
90:
91: Cursor get_org_code (p_organization_id in NUMBER) is
92: Select organization_code
93: From mtl_parameters
94: Where organization_id = p_organization_id;
95:
96: BEGIN
97: IF g_debug <= gme_debug.g_log_procedure THEN