DBA Data[Home] [Help]

APPS.PSA_MFAR_ADJUSTMENTS dependencies on ARP_GLOBAL

Line 163: psa_utils.debug_other_string(g_state_level,l_full_path, ' arp_global.sysparam.accounting_method -> '

159: retcode := 'F';
160:
161: -- ========================= FND LOG ===========================
162: psa_utils.debug_other_string(g_state_level,l_full_path, ' Setting retcode to -> ' || retcode);
163: psa_utils.debug_other_string(g_state_level,l_full_path, ' arp_global.sysparam.accounting_method -> '
164: || arp_global.sysparam.accounting_method );
165: -- ========================= FND LOG ===========================
166:
167: IF arp_global.sysparam.accounting_method = 'CASH' THEN

Line 164: || arp_global.sysparam.accounting_method );

160:
161: -- ========================= FND LOG ===========================
162: psa_utils.debug_other_string(g_state_level,l_full_path, ' Setting retcode to -> ' || retcode);
163: psa_utils.debug_other_string(g_state_level,l_full_path, ' arp_global.sysparam.accounting_method -> '
164: || arp_global.sysparam.accounting_method );
165: -- ========================= FND LOG ===========================
166:
167: IF arp_global.sysparam.accounting_method = 'CASH' THEN
168: retcode := 'S';

Line 167: IF arp_global.sysparam.accounting_method = 'CASH' THEN

163: psa_utils.debug_other_string(g_state_level,l_full_path, ' arp_global.sysparam.accounting_method -> '
164: || arp_global.sysparam.accounting_method );
165: -- ========================= FND LOG ===========================
166:
167: IF arp_global.sysparam.accounting_method = 'CASH' THEN
168: retcode := 'S';
169: -- ========================= FND LOG ===========================
170: psa_utils.debug_other_string(g_state_level,l_full_path, ' Retcode -> ' || retcode);
171: psa_utils.debug_other_string(g_state_level,l_full_path, ' RETURN -> TRUE ');