DBA Data[Home] [Help]

APPS.CE_ZBA_DEAL_GENERATION dependencies on FND_PROFILE

Line 103: v_acct_type := FND_PROFILE.VALUE_WNPS('CE_BANK_ACCOUNT_SECURITY_ACCESS');

99: FUNCTION get_security_account_type(p_account_type VARCHAR2)
100: RETURN VARCHAR2 IS
101: v_acct_type VARCHAR2(25);
102: BEGIN
103: v_acct_type := FND_PROFILE.VALUE_WNPS('CE_BANK_ACCOUNT_SECURITY_ACCESS');
104: IF (v_acct_type = 'ALL' AND p_account_type <> 'EXTERNAL')
105: THEN
106: v_acct_type := p_account_type;
107: END IF;

Line 576: IF fnd_profile.value('CE_BANK_ACCOUNT_TRANSFERS') = 'XTR'

572: -- Bug 11686554 CONTINUE is not supported in oracle 10g
573: -- CONTINUE; -- Bug 12854251 Changed EXIT to CONTINUE
574: cep_standard.debug('no sweep lines in statement');
575: ELSE --Validate the bank account is an authorized treasury account
576: IF fnd_profile.value('CE_BANK_ACCOUNT_TRANSFERS') = 'XTR'
577: THEN
578: SELECT count(1)
579: INTO l_count
580: FROM ce_bank_accounts ba, ce_bank_acct_uses_all bau

Line 951: fnd_profile.get('CONC_REQUEST_ID', reqid);

947: CLOSE r_branch_cursor;
948: --
949: -- Get original request id
950: --
951: fnd_profile.get('CONC_REQUEST_ID', reqid);
952: request_id := to_number(reqid);
953: --
954: -- Get print options
955: --