DBA Data[Home] [Help]

APPS.JAI_FBT_PROCESS_P dependencies on FND_PROFILE

Line 621: WHERE gsob.set_of_books_id = fnd_profile.Value('GL_SET_OF_BKS_ID')

617: ln_precision
618: FROM
619: gl_sets_of_books gsob
620: , fnd_currencies fc
621: WHERE gsob.set_of_books_id = fnd_profile.Value('GL_SET_OF_BKS_ID')
622: AND gsob.currency_code = fc.currency_code;
623:
624: /* this package is called for converting the amounts in SOB currency */
625:

Line 1042: set_of_books_id = fnd_profile.Value('GL_SET_OF_BKS_ID');

1038: chart_of_accounts_id
1039: FROM
1040: gl_sets_of_books
1041: WHERE
1042: set_of_books_id = fnd_profile.Value('GL_SET_OF_BKS_ID');
1043:
1044: -- get the natural account segment
1045: CURSOR get_natural_account_col_cur
1046: ( pn_coa NUMBER