DBA Data[Home] [Help]

APPS.FND_LOG_REPOSITORY dependencies on FND_GLOBAL

Line 389: fnd_global.conc_request_id,

385: if (FND_LOG.G_TRANSACTION_CONTEXT_ID is NULL) THEN
386:
387: /* create a new transaction context on the fly */
388: FND_LOG.G_TRANSACTION_CONTEXT_ID := init_trans_int_with_context(
389: fnd_global.conc_request_id,
390: fnd_global.form_id,
391: fnd_global.form_appl_id,
392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,

Line 390: fnd_global.form_id,

386:
387: /* create a new transaction context on the fly */
388: FND_LOG.G_TRANSACTION_CONTEXT_ID := init_trans_int_with_context(
389: fnd_global.conc_request_id,
390: fnd_global.form_id,
391: fnd_global.form_appl_id,
392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,

Line 391: fnd_global.form_appl_id,

387: /* create a new transaction context on the fly */
388: FND_LOG.G_TRANSACTION_CONTEXT_ID := init_trans_int_with_context(
389: fnd_global.conc_request_id,
390: fnd_global.form_id,
391: fnd_global.form_appl_id,
392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,

Line 392: fnd_global.conc_process_id,

388: FND_LOG.G_TRANSACTION_CONTEXT_ID := init_trans_int_with_context(
389: fnd_global.conc_request_id,
390: fnd_global.form_id,
391: fnd_global.form_appl_id,
392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,
396: fnd_global.user_id,

Line 393: fnd_global.conc_queue_id,

389: fnd_global.conc_request_id,
390: fnd_global.form_id,
391: fnd_global.form_appl_id,
392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,
396: fnd_global.user_id,
397: fnd_global.resp_appl_id,

Line 394: fnd_global.queue_appl_id,

390: fnd_global.form_id,
391: fnd_global.form_appl_id,
392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,
396: fnd_global.user_id,
397: fnd_global.resp_appl_id,
398: fnd_global.resp_id,

Line 396: fnd_global.user_id,

392: fnd_global.conc_process_id,
393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,
396: fnd_global.user_id,
397: fnd_global.resp_appl_id,
398: fnd_global.resp_id,
399: fnd_global.security_group_id
400: );

Line 397: fnd_global.resp_appl_id,

393: fnd_global.conc_queue_id,
394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,
396: fnd_global.user_id,
397: fnd_global.resp_appl_id,
398: fnd_global.resp_id,
399: fnd_global.security_group_id
400: );
401:

Line 398: fnd_global.resp_id,

394: fnd_global.queue_appl_id,
395: icx_sec.g_session_id,
396: fnd_global.user_id,
397: fnd_global.resp_appl_id,
398: fnd_global.resp_id,
399: fnd_global.security_group_id
400: );
401:
402:

Line 399: fnd_global.security_group_id

395: icx_sec.g_session_id,
396: fnd_global.user_id,
397: fnd_global.resp_appl_id,
398: fnd_global.resp_id,
399: fnd_global.security_group_id
400: );
401:
402:
403: end if;

Line 448: elsif (FND_GLOBAL.user_id is NOT NULL) then

444: CONTEXT_OUT(2).a_val := USER_ID;
445: elsif ((USER_ID_X is NOT NULL) and
446: (USER_ID_X <> -1)) then
447: CONTEXT_OUT(2).a_val := USER_ID_X;
448: elsif (FND_GLOBAL.user_id is NOT NULL) then
449: CONTEXT_OUT(2).a_val := FND_GLOBAL.user_id;
450: else
451: CONTEXT_OUT(2).a_val := -1;
452: end if;

Line 449: CONTEXT_OUT(2).a_val := FND_GLOBAL.user_id;

445: elsif ((USER_ID_X is NOT NULL) and
446: (USER_ID_X <> -1)) then
447: CONTEXT_OUT(2).a_val := USER_ID_X;
448: elsif (FND_GLOBAL.user_id is NOT NULL) then
449: CONTEXT_OUT(2).a_val := FND_GLOBAL.user_id;
450: else
451: CONTEXT_OUT(2).a_val := -1;
452: end if;
453:

Line 458: CONTEXT_OUT(3).a_val := FND_GLOBAL.resp_appl_id;

454: /* 3. RESP_APPL_ID */
455: if (RESP_APPL_ID is NOT NULL) then
456: CONTEXT_OUT(3).a_val := RESP_APPL_ID;
457: else
458: CONTEXT_OUT(3).a_val := FND_GLOBAL.resp_appl_id;
459: end if;
460:
461: /* 4. RESP_ID */
462: if (RESPONSIBILITY_ID is NOT NULL) then

Line 465: CONTEXT_OUT(4).a_val := FND_GLOBAL.resp_id;

461: /* 4. RESP_ID */
462: if (RESPONSIBILITY_ID is NOT NULL) then
463: CONTEXT_OUT(4).a_val := RESPONSIBILITY_ID;
464: else
465: CONTEXT_OUT(4).a_val := FND_GLOBAL.resp_id;
466: end if;
467:
468: /* 5. SECURITY_GROUP_ID */
469: if (SECURITY_GROUP_ID is NOT NULL) then

Line 472: CONTEXT_OUT(5).a_val := FND_GLOBAL.security_group_id;

468: /* 5. SECURITY_GROUP_ID */
469: if (SECURITY_GROUP_ID is NOT NULL) then
470: CONTEXT_OUT(5).a_val := SECURITY_GROUP_ID;
471: else
472: CONTEXT_OUT(5).a_val := FND_GLOBAL.security_group_id;
473: end if;
474:
475: end GET_TRANSACTION_CONTEXT;
476:

Line 1656: ** FND_GLOBAL.INITIALIZE, since some of the context information

1652: ** component. (e.g. A concurrent request, service process,
1653: ** open form, ICX function)
1654: **
1655: ** This routine should be called only after
1656: ** FND_GLOBAL.INITIALIZE, since some of the context information
1657: ** is retrieved from FND_GLOBAL.
1658: **
1659: ** Arguments:
1660: ** CONC_REQUEST_ID - Concurrent request id

Line 1657: ** is retrieved from FND_GLOBAL.

1653: ** open form, ICX function)
1654: **
1655: ** This routine should be called only after
1656: ** FND_GLOBAL.INITIALIZE, since some of the context information
1657: ** is retrieved from FND_GLOBAL.
1658: **
1659: ** Arguments:
1660: ** CONC_REQUEST_ID - Concurrent request id
1661: ** FORM_ID - Form id

Line 1763: l_component_id := FND_GLOBAL.conc_program_id;

1759: when no_data_found then
1760: -- create a new transaction context
1761: l_transaction_type := 'REQUEST';
1762: l_transaction_id := conc_request_id;
1763: l_component_id := FND_GLOBAL.conc_program_id;
1764: l_component_appl_id := FND_GLOBAL.prog_appl_id;
1765: l_component_type := 'CONCURRENT_PROGRAM';
1766: end;
1767:

Line 1764: l_component_appl_id := FND_GLOBAL.prog_appl_id;

1760: -- create a new transaction context
1761: l_transaction_type := 'REQUEST';
1762: l_transaction_id := conc_request_id;
1763: l_component_id := FND_GLOBAL.conc_program_id;
1764: l_component_appl_id := FND_GLOBAL.prog_appl_id;
1765: l_component_type := 'CONCURRENT_PROGRAM';
1766: end;
1767:
1768: -- forms