DBA Data[Home] [Help]

APPS.PQP_GB_OMP_DAILY_ABSENCES dependencies on STANDARD

Line 298: -- The value of "length of service", TOKEN, passed from the standard rate is invalid.

294: THEN
295: fnd_message.set_name( 'PQP', 'PQP_230012_OSPOMP_INALID_LOS' );
296: -- The message name PQP_230012_OSPOMP_INALID_LOS has missing "V" in INVALID
297: -- this is not corrected as the related OSP code was already arcsed in
298: -- The value of "length of service", TOKEN, passed from the standard rate is invalid.
299: -- Please check that the standard rate has been setup correctly and that atleast
300: -- one formula output is named exactly LENGTH_OF_SERVICE.
301: fnd_message.set_token( 'LOSVALUE', NVL(l_value,''));
302: fnd_message.raise_error;

Line 299: -- Please check that the standard rate has been setup correctly and that atleast

295: fnd_message.set_name( 'PQP', 'PQP_230012_OSPOMP_INALID_LOS' );
296: -- The message name PQP_230012_OSPOMP_INALID_LOS has missing "V" in INVALID
297: -- this is not corrected as the related OSP code was already arcsed in
298: -- The value of "length of service", TOKEN, passed from the standard rate is invalid.
299: -- Please check that the standard rate has been setup correctly and that atleast
300: -- one formula output is named exactly LENGTH_OF_SERVICE.
301: fnd_message.set_token( 'LOSVALUE', NVL(l_value,''));
302: fnd_message.raise_error;
303: