DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FND_PROFILE

Line 133: FND_PROFILE.GET ('GL_SET_OF_BKS_ID',l_orig_sob_id);

129:
130:
131: -- get the current info for the primary book
132:
133: FND_PROFILE.GET ('GL_SET_OF_BKS_ID',l_orig_sob_id);
134: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
135:
136:
137: -- Account for transaction submitted from a responsibility

Line 621: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);

617: if (fnd_api.to_boolean (p_commit)) then
618: COMMIT WORK;
619: end if;
620:
621: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
622: fnd_client_info.set_currency_context (l_orig_currency_context);
623:
624: x_return_status := FND_API.G_RET_STS_SUCCESS;
625:

Line 633: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);

629: when No_Data_Found then
630:
631: ROLLBACK to do_transfer;
632:
633: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
634: fnd_client_info.set_currency_context (l_orig_currency_context);
635:
636: fa_srvr_msg.add_message(
637: CALLING_FN => l_calling_fn,

Line 651: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);

647:
648: when inv_xfr_err then
649: ROLLBACK to do_transfer;
650:
651: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
652: fnd_client_info.set_currency_context (l_orig_currency_context);
653:
654: fa_srvr_msg.add_message(
655: calling_fn => l_calling_fn,

Line 668: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);

664:
665: when others then
666: ROLLBACK to do_transfer;
667:
668: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
669: fnd_client_info.set_currency_context (l_orig_currency_context);
670:
671: fa_srvr_msg.add_sql_error(
672: calling_fn => l_calling_fn