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 1034: fnd_client_info.set_currency_context (l_orig_currency_context);

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

Line 1040: fnd_client_info.set_currency_context (l_orig_currency_context);

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