DBA Data[Home] [Help]

APPS.PSA_AR_GL_POST_PKG dependencies on FND_PROFILE

Line 101: fnd_profile.get ('ORG_ID', l_org_id);

97: l_set_of_books_id := psa_mfar_utils.get_ar_sob_id;
98: l_psa_feature := 'MFAR';
99: l_start_date := TO_CHAR (p_start_date, 'YYYY/MM/DD');
100: l_post_thru_date := TO_CHAR (p_post_thru_date,'YYYY/MM/DD');
101: fnd_profile.get ('ORG_ID', l_org_id);
102:
103: -- ========================= FND LOG ===========================
104: psa_utils.debug_other_string(g_state_level,l_full_path,' ');
105: psa_utils.debug_other_string(g_state_level,l_full_path,' OTHER DEFAULTED VARIABLES ');

Line 138: FND_PROFILE.GET_SPECIFIC('FV_POST_DETAIL_REC_ACCOUNTING',

134: l_user_id := FND_GLOBAL.user_id;
135: l_resp_appl_id := FND_GLOBAL.resp_appl_id;
136: l_user_resp_id := FND_GLOBAL.RESP_ID;
137:
138: FND_PROFILE.GET_SPECIFIC('FV_POST_DETAIL_REC_ACCOUNTING',
139: l_user_id,
140: l_user_resp_id,
141: l_resp_appl_id,
142: l_post_det_acct_flag,

Line 288: fnd_profile.get ('USSGL_OPTION', l_ussgl_option);

284:
285: IF p_status_code = 'S' THEN
286:
287: p_status_code := 'F';
288: fnd_profile.get ('USSGL_OPTION', l_ussgl_option);
289:
290: -- ========================= FND LOG ===========================
291: psa_utils.debug_other_string(g_state_level,l_full_path,' ');
292: psa_utils.debug_other_string(g_state_level,l_full_path,