DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FND_CLIENT_INFO

Line 162: fnd_client_info.set_currency_context (h_sob_id);

158: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
159: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
160: -- Set the gl_sob profile to this book
161: fnd_profile.put('GL_SET_OF_BKS_ID', h_sob_id);
162: fnd_client_info.set_currency_context (h_sob_id);
163: if h_sob_id <> -1999 then
164: begin
165: select 'P'
166: into H_MRCSOBTYPE

Line 1038: fnd_client_info.set_currency_context (l_orig_currency_context);

1034: END IF;
1035:
1036: -- reset GL sob id to original value before moving to next book
1037: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
1038: fnd_client_info.set_currency_context (l_orig_currency_context);
1039: commit;
1040: EXCEPTION
1041: WHEN OTHERS THEN
1042: -- reset GL sob id to original value before moving to next book

Line 1044: fnd_client_info.set_currency_context (l_orig_currency_context);

1040: EXCEPTION
1041: WHEN OTHERS THEN
1042: -- reset GL sob id to original value before moving to next book
1043: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
1044: fnd_client_info.set_currency_context (l_orig_currency_context);
1045: fa_rx_conc_mesg_pkg.log(SQLERRM);
1046:
1047: fnd_message.set_name('OFA',h_mesg_name);
1048: