DBA Data[Home] [Help]

APPS.BOMPBXIN dependencies on FND_FLEX_KEYVAL

Line 750: IF FND_FLEX_KEYVAL.validate_ccid

746: */
747: l_Locator(i) := Null;
748:
749: If material_ctrl = 1 then
750: IF FND_FLEX_KEYVAL.validate_ccid
751: (appl_short_name => 'INV',
752: key_flex_code => 'MTLL',
753: structure_number => 101,
754: combination_id => l_SLI(i),

Line 759: /*Bug 8859324: replaced l_Locator(i) := FND_FLEX_KEYVAL.concatenated_values ;

755: displayable => 'ALL',
756: data_set => l_OI(i)
757: )
758: THEN
759: /*Bug 8859324: replaced l_Locator(i) := FND_FLEX_KEYVAL.concatenated_values ;
760: with the following line of code*/
761: l_Locator(i) := substr(FND_FLEX_KEYVAL.concatenated_values, 1, 40) ;
762: End if;
763: /* Commented after bug fix 1252837. New code added above

Line 761: l_Locator(i) := substr(FND_FLEX_KEYVAL.concatenated_values, 1, 40) ;

757: )
758: THEN
759: /*Bug 8859324: replaced l_Locator(i) := FND_FLEX_KEYVAL.concatenated_values ;
760: with the following line of code*/
761: l_Locator(i) := substr(FND_FLEX_KEYVAL.concatenated_values, 1, 40) ;
762: End if;
763: /* Commented after bug fix 1252837. New code added above
764: For X_Location in Get_Locator(expl_row.SLI) loop
765: Expl_Row.Locator := X_Location.Concatenated_Segments;