DBA Data[Home] [Help]

APPS.JTF_TERR_DEFINITION_REPORT_PVT dependencies on FND_PROFILE

Line 98: fnd_client_info.set_org_context(fnd_profile.value('ORG_ID'));

94: l_srp := p_srp;
95: l_qual := p_qual;
96: --l_usg := p_usg;
97: l_response := p_response;
98: fnd_client_info.set_org_context(fnd_profile.value('ORG_ID'));
99:
100: if (icx_sec.validateSession(c_function_code => 'JTF_TERR_DFN_RPT', c_validate_only => 'Y')) then
101:
102: if l_response = 'Excel' then

Line 135: fnd_client_info.set_org_context(fnd_profile.value_wnps('ORG_ID'));

131: htp.tableClose;
132: htp.br;
133:
134: htp.tableOpen (cattributes => 'COLS=4 border="1" width="100%"');
135: fnd_client_info.set_org_context(fnd_profile.value_wnps('ORG_ID'));
136: -- display territories
137: l_rec_count := 0;
138: FOR rec_terr in cur_terr loop
139: htp.tableRowOpen;

Line 422: fnd_client_info.set_org_context(fnd_profile.value('ORG_ID'));

418: --l_sgrp := p_sgrp;
419: l_qual := p_qual ;
420:
421: owa_util.mime_header('application/excel');
422: fnd_client_info.set_org_context(fnd_profile.value('ORG_ID'));
423:
424: SELECT FND_GLOBAL.TAB
425: INTO v_tab
426: FROM dual;