DBA Data[Home] [Help]

APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on FND_CONCURRENT

Line 921: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',l_message);

917: COMMIT;
918: retcode := 1;
919: fnd_message.set_name('WMS', 'WMS_LMS_LP_SUCCESS');
920: l_message := fnd_message.get;
921: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',l_message);
922:
923: ELSE
924: COMMIT;
925: retcode := 3;

Line 928: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_message);

924: COMMIT;
925: retcode := 3;
926: fnd_message.set_name('WMS', 'WMS_LMS_LP_WARN');
927: l_message := fnd_message.get;
928: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_message);
929:
930: END IF;
931:
932: ELSE -- org is not labor enabled

Line 941: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_message);

937:
938: retcode := 3;
939: fnd_message.set_name('WMS', 'WMS_ORG_NOT_LMS_ENABLED');
940: l_message := fnd_message.get;
941: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_message);
942:
943: END IF; -- If org is labor enabled
944:
945:

Line 970: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_message);

966:
967: retcode := 2;
968: fnd_message.set_name('WMS', 'WMS_MATCH_LP_ERR');
969: l_message := fnd_message.get;
970: l_ret := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_message);
971:
972:
973: END MATCH_RATE_TRX_RECORDS;
974: