DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on FND_PROFILE

Line 5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

1: PACKAGE BODY PO_WF_PO_RULE_ACC AS
2: /* $Header: POXRUACB.pls 120.1 2005/06/03 01:15:44 appldev $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
6:
7: l_segment_table t_segment_table;
8: l_counter NUMBER := -1;
9:

Line 230: fnd_profile.get('POR_REQ_ENFORCE_EXP_ACC_RULE', l_options_value);

226:
227: BEGIN
228: l_progress := 'PO_WF_PO_RULE_ACC.if_enforce_expense_acc_rules: 01';
229:
230: fnd_profile.get('POR_REQ_ENFORCE_EXP_ACC_RULE', l_options_value);
231:
232: l_progress := 'PO_WF_PO_RULE_ACC.if_enforce_expense_acc_rules: 02';
233:
234: if l_options_value is not null then