DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on FND_MESSAGE

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

4545: IF G_debug_mode = 'Y' THEN
4546: pa_debug.debug('summarize_proj: ' || 'Unlock the project: '||to_char(projrec.project_id));
4547: END IF;
4548: If pa_debug.Release_user_lock('PA_CAP_'||to_char(projrec.project_id)) < 0 then
4549: errbuf := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),
4550: 'PA_CAP_CANNOT_RELS_LOCK');
4551: retcode:=1;
4552: return;
4553: End if;

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

4770: IF G_debug_mode = 'Y' THEN
4771: pa_debug.debug('interface_assets: ' || 'Unlock the project: '||to_char(projrec.project_id));
4772: END IF;
4773: If pa_debug.Release_user_lock('PA_CAP_'||to_char(projrec.project_id)) < 0 then
4774: errbuf := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),
4775: 'PA_CAP_CANNOT_RELS_LOCK');
4776: retcode:=1;
4777: return;
4778: End if;