DBA Data[Home] [Help]

APPS.PSA_MFAR_UTILS dependencies on ARP_GLOBAL

Line 1077: psa_utils.debug_other_string(g_state_level,l_full_path,' RETURN accounting_method --> ' || arp_global.sysparam.accounting_method);

1073:
1074: BEGIN
1075:
1076: -- ========================= FND LOG ===========================
1077: psa_utils.debug_other_string(g_state_level,l_full_path,' RETURN accounting_method --> ' || arp_global.sysparam.accounting_method);
1078: -- ========================= FND LOG ===========================
1079: RETURN arp_global.sysparam.accounting_method;
1080:
1081: END accounting_method;

Line 1079: RETURN arp_global.sysparam.accounting_method;

1075:
1076: -- ========================= FND LOG ===========================
1077: psa_utils.debug_other_string(g_state_level,l_full_path,' RETURN accounting_method --> ' || arp_global.sysparam.accounting_method);
1078: -- ========================= FND LOG ===========================
1079: RETURN arp_global.sysparam.accounting_method;
1080:
1081: END accounting_method;
1082:
1083: END PSA_MFAR_UTILS;