DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRX dependencies on FND_PROFILE

Line 170: v_debug varchar2(1) := NVL(FND_PROFILE.VALUE('FV_DEBUG_FLAG'),'N');

166: Commented as not used
167: v_tbal_run_flag Varchar2(1) ;
168: v_tbal_indicator FV_FACTS_TEMP.TBAL_INDICATOR%TYPE ;
169: v_edit_check_code Number ;
170: v_debug varchar2(1) := NVL(FND_PROFILE.VALUE('FV_DEBUG_FLAG'),'N');
171: v_vl_main_cursor_found varchar2(1) := 'N' ;
172: v_code_combination_id gl_code_combinations.code_combination_id%TYPE;
173: */
174:

Line 857: das_id := fnd_profile.value('GL_ACCESS_SET_ID');

853:
854: fv_utility.log_mesg('v_reimb_agree_select ::'||v_reimb_agree_select);
855:
856: -- Data Access Security
857: das_id := fnd_profile.value('GL_ACCESS_SET_ID');
858: das_where := gl_access_set_security_pkg.get_security_clause
859: (das_id,
860: gl_access_set_security_pkg.READ_ONLY_ACCESS,
861: gl_access_set_security_pkg.CHECK_LEDGER_ID,

Line 2394: das_id := fnd_profile.value('GL_ACCESS_SET_ID');

2390: GL_CODE_COMBINATIONS GLCC
2391: WHERE GLB.code_combination_id = GLCC.code_combination_id ';
2392:
2393: -- Data Access Security
2394: das_id := fnd_profile.value('GL_ACCESS_SET_ID');
2395: das_where := gl_access_set_security_pkg.get_security_clause
2396: (das_id,
2397: gl_access_set_security_pkg.READ_ONLY_ACCESS,
2398: gl_access_set_security_pkg.CHECK_LEDGER_ID,

Line 3125: das_id := fnd_profile.value('GL_ACCESS_SET_ID');

3121: ' AND GLB.ledger_id = :set_of_books_id
3122: AND glb.currency_code = :currency_code ';
3123:
3124: -- Data Access Security
3125: das_id := fnd_profile.value('GL_ACCESS_SET_ID');
3126: das_where := gl_access_set_security_pkg.get_security_clause
3127: (das_id,
3128: gl_access_set_security_pkg.READ_ONLY_ACCESS,
3129: gl_access_set_security_pkg.CHECK_LEDGER_ID,