DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on MTL_PARAMETERS

Line 1104: from mtl_parameters

1100: end if;
1101:
1102: Select organization_code
1103: into l_org_code
1104: from mtl_parameters
1105: where ORGANIZATION_ID = X_org_id;
1106:
1107: FND_MESSAGE.set_name('INV','INV_KANBAN_CARDS_CREATED');
1108: FND_MESSAGE.SET_TOKEN('ORG_CODE',l_org_code);

Line 1167: from MTL_PARAMETERS

1163: from fnd_id_flex_structures
1164: where id_flex_code = 'MTLL';
1165:
1166: Select project_reference_enabled into v_proj_ref_enabled
1167: from MTL_PARAMETERS
1168: where organization_id = X_org_id;
1169:
1170: v_delim := fnd_flex_ext.get_delimiter('INV','MTLL', v_flex_num);
1171:

Line 1461: from MTL_PARAMETERS

1457: from fnd_id_flex_structures
1458: where id_flex_code = 'MTLL';
1459:
1460: Select project_reference_enabled into v_proj_ref_enabled
1461: from MTL_PARAMETERS
1462: where organization_id = X_org_id;
1463:
1464: -- bug 4662395 set the profile mfg_organization_id so
1465: -- the call to MTL_PROJECT_V will return data.