DBA Data[Home] [Help]

APPS.GL_CI_REMOTE_INVOKE_PKG dependencies on FND_GLOBAL

Line 337: fnd_global.Apps_Initialize(user_id, resp_id, resp_appl_id);

333: resp_appl_id in number,
334: security_group_id in number default 0)
335: IS
336: BEGIN
337: fnd_global.Apps_Initialize(user_id, resp_id, resp_appl_id);
338: END GLOBAL_INITIALIZE;
339: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
340: --+Get user id, responsibility id
341: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Line 421: fnd_global.Apps_Initialize(user_id, resp_id, app_id);

417: v_SQL varchar2(500);
418: l_count number;
419: l_rule_type varchar2(1);
420: begin
421: fnd_global.Apps_Initialize(user_id, resp_id, app_id);
422: l_rule_type := 'M';
423: IF (import_flag = 'Y' ) THEN
424: l_menu := 67905;
425: v_SQL := 'select count(*) from fnd_resp_functions' ||

Line 470: fnd_global.Apps_Initialize(p_user_id, p_resp_id, p_app_id);

466: where budget_name = p_budget_name;
467: return_value boolean;
468: begin
469: return_value := TRUE;
470: fnd_global.Apps_Initialize(p_user_id, p_resp_id, p_app_id);
471: open budget_cursor;
472: fetch budget_cursor into temp_n;
473: return_value := budget_cursor%FOUND;
474: close budget_cursor;

Line 505: fnd_global.Apps_Initialize(p_user_id, p_resp_id, p_app_id);

501: l_access_code varchar2(1);
502: v_ReturnCursor t_RefCur;
503: v_SQL varchar2(500);
504: begin
505: fnd_global.Apps_Initialize(p_user_id, p_resp_id, p_app_id);
506: fnd_profile.get_specific(name_z => 'GL_ACCESS_SET_ID',
507: val_z => profile_val,
508: defined_z=> defined_flag);
509: if(profile_val IS NULL OR defined_flag = FALSE) then

Line 634: fnd_global.Apps_Initialize(user_id, resp_id, app_id);

630: l_adb_je_source varchar2(25);
631: l_je_source varchar2(25);
632: begin
633: l_group_id := group_id;
634: fnd_global.Apps_Initialize(user_id, resp_id, app_id);
635: l_adb_je_source := 'Average Consolidation';
636: l_je_source := 'Consolidation';
637:
638: l_table_name := 'GL_CONS_INTERFACE_' || group_id;

Line 705: fnd_global.Apps_Initialize(user_id, resp_id, app_id);

701: IS
702: reqid number;
703: value_return boolean;
704: begin
705: fnd_global.Apps_Initialize(user_id, resp_id, app_id);
706: value_return := fnd_request.set_mode(TRUE);
707: reqid := fnd_request.submit_request(
708: 'SQLGL',
709: 'GLLEZL',

Line 856: fnd_global.Apps_Initialize(user_id, resp_id, app_id);

852: BEGIN
853: l_count := 1;
854: l_ok_to_post := TRUE;
855: --+dbms_output.put_line('start journal post');
856: fnd_global.Apps_Initialize(user_id, resp_id, app_id);
857: open ledger;
858: fetch ledger into l_coa_id;
859: close ledger;
860: l_coa_id := get_coa_id(ledger_id);