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.32.12020000.3 2013/02/19 21:11:12 ckclark ship $ */
3:
4: --
5: -- Package

Line 6: -- FND_REQUEST

2: /* $Header: AFCPREQB.pls 120.32.12020000.3 2013/02/19 21:11:12 ckclark ship $ */
3:
4: --
5: -- Package
6: -- FND_REQUEST
7: --
8: -- Purpose
9: -- Concurrent processing related utilities
10: --

Line 212: Fnd_Request_Set_Programs S

208:
209: Select min(nvl(request_priority, profile_priority_number))
210: Into program_priority
211: From Fnd_Concurrent_Programs P,
212: Fnd_Request_Set_Programs S
213: Where S.set_application_id = app_id
214: and S.request_set_id = set_id
215: and P.concurrent_program_id = S.concurrent_program_id
216: and P.application_id = S.program_application_id;

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

1058: if (FND_LOG.LEVEL_EVENT >=
1059: FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1060: fnd_message.set_name('FND','CONC-Illegal printer spec');
1061: fnd_log.message(FND_LOG.LEVEL_EVENT,
1062: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);
1063: end if;
1064: GOTO next_iteration;
1065: else -- P_VALIDATE_PRINTER = 'RESOLVE'
1066: if (FND_LOG.LEVEL_EVENT >=

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

1067: FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1068: fnd_message.set_name ('FND',
1069: 'CONC-Illegal printer spec');
1070: fnd_log.message(FND_LOG.LEVEL_EVENT,
1071: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);
1072: fnd_log.string(FND_LOG.LEVEL_EVENT,
1073: 'fnd.plsql.FND_REQUEST.SUBMIT.printer',
1074: 'Invalid printer('||curr_printer||
1075: ') specified for program(' ||program||

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

1069: 'CONC-Illegal printer spec');
1070: fnd_log.message(FND_LOG.LEVEL_EVENT,
1071: 'fnd.plsql.FND_REQUEST.SUBMIT.printer', FALSE);
1072: fnd_log.string(FND_LOG.LEVEL_EVENT,
1073: 'fnd.plsql.FND_REQUEST.SUBMIT.printer',
1074: 'Invalid printer('||curr_printer||
1075: ') specified for program(' ||program||
1076: '). Attempting to resolve by using printer: '
1077: ||fcp_printer );

Line 2611: fnd_message.set_token ('ROUTINE', 'FND_REQUEST.SUBMIT_MLS_REQUEST', FALSE);

2607: when others then
2608: fnd_message.set_name ('FND', 'SQL-Generic error');
2609: fnd_message.set_token ('ERRNO', sqlcode, FALSE);
2610: fnd_message.set_token ('REASON', sqlerrm, FALSE);
2611: fnd_message.set_token ('ROUTINE', 'FND_REQUEST.SUBMIT_MLS_REQUEST', FALSE);
2612: return (0);
2613:
2614:
2615: end;

Line 4758: end FND_REQUEST;

4754:
4755: end add_delivery_option;
4756:
4757:
4758: end FND_REQUEST;