DBA Data[Home] [Help]

APPS.CSTPACWB dependencies on FND_MESSAGE

Line 157: fnd_message.set_name('BOM','CST_NO_BALANCE_ROW');

153: WHEN NO_ROW_WPB THEN
154:
155: ERR_NUM := -999;
156: err_code := 'CST_NO_BALANCE_ROW';
157: fnd_message.set_name('BOM','CST_NO_BALANCE_ROW');
158: translated_mesg := fnd_message.get ;
159: ERR_MSG := substr(translated_mesg,1,240) ;
160:
161: -- Appropriate error code needs to be flagged here to indicate no rows

Line 158: translated_mesg := fnd_message.get ;

154:
155: ERR_NUM := -999;
156: err_code := 'CST_NO_BALANCE_ROW';
157: fnd_message.set_name('BOM','CST_NO_BALANCE_ROW');
158: translated_mesg := fnd_message.get ;
159: ERR_MSG := substr(translated_mesg,1,240) ;
160:
161: -- Appropriate error code needs to be flagged here to indicate no rows
162: -- in wip_period_balances.