DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on FND_MESSAGE

Line 4935: errbuf := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),

4931: IF G_debug_mode = 'Y' THEN
4932: pa_debug.debug('summarize_proj: ' || 'Unlock the project: '||to_char(projrec.project_id));
4933: END IF;
4934: If pa_debug.Release_user_lock('PA_CAP_'||to_char(projrec.project_id)) < 0 then
4935: errbuf := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),
4936: 'PA_CAP_CANNOT_RELS_LOCK');
4937: retcode:=1;
4938: return;
4939: End if;

Line 5160: errbuf := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),

5156: IF G_debug_mode = 'Y' THEN
5157: pa_debug.debug('interface_assets: ' || 'Unlock the project: '||to_char(projrec.project_id));
5158: END IF;
5159: If pa_debug.Release_user_lock('PA_CAP_'||to_char(projrec.project_id)) < 0 then
5160: errbuf := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),
5161: 'PA_CAP_CANNOT_RELS_LOCK');
5162: retcode:=1;
5163: return;
5164: End if;