DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_REQUEST

Line 1: package body FND_REQUEST as

1: package body FND_REQUEST as
2: /* $Header: AFCPREQB.pls 120.15.12010000.3 2008/12/23 17:41:25 pferguso ship $ */
3:
4: --
5: -- Package

Line 6: -- FND_REQUEST

2: /* $Header: AFCPREQB.pls 120.15.12010000.3 2008/12/23 17:41:25 pferguso ship $ */
3:
4: --
5: -- Package
6: -- FND_REQUEST
7: --
8: -- Purpose
9: -- Concurrent processing related utilities
10: --

Line 162: Fnd_Request_Set_Programs S

158:
159: Select min(nvl(request_priority, profile_priority_number))
160: Into program_priority
161: From Fnd_Concurrent_Programs P,
162: Fnd_Request_Set_Programs S
163: Where S.set_application_id = app_id
164: and S.request_set_id = set_id
165: and P.concurrent_program_id = S.concurrent_program_id
166: and P.application_id = S.program_application_id;

Line 1000: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);

996: if (FND_LOG.LEVEL_EVENT >=
997: FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
998: fnd_message.set_name('FND','CONC-Illegal printer spec');
999: fnd_log.message(FND_LOG.LEVEL_EVENT,
1000: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);
1001: end if;
1002: GOTO next_iteration;
1003: else -- P_VALIDATE_PRINTER = 'RESOLVE'
1004: if (FND_LOG.LEVEL_EVENT >=

Line 1009: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);

1005: FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1006: fnd_message.set_name ('FND',
1007: 'CONC-Illegal printer spec');
1008: fnd_log.message(FND_LOG.LEVEL_EVENT,
1009: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);
1010: fnd_log.string(FND_LOG.LEVEL_EVENT,
1011: 'fnd.plsql.FND_REQUEST.SUBMIT.printer',
1012: 'Invalid printer('||curr_printer||
1013: ') specified for program(' ||program||

Line 1011: 'fnd.plsql.FND_REQUEST.SUBMIT.printer',

1007: 'CONC-Illegal printer spec');
1008: fnd_log.message(FND_LOG.LEVEL_EVENT,
1009: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);
1010: fnd_log.string(FND_LOG.LEVEL_EVENT,
1011: 'fnd.plsql.FND_REQUEST.SUBMIT.printer',
1012: 'Invalid printer('||curr_printer||
1013: ') specified for program(' ||program||
1014: '). Attempting to resolve by using printer: '
1015: ||fcp_printer );

Line 3869: end FND_REQUEST;

3865: 'ROUTINE', 'SUBMIT: others', FALSE);
3866: return (FALSE);
3867: END;
3868:
3869: end FND_REQUEST;