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.2.12020000.4 2013/04/09 05:56:46 vsdesai ship $*/
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 324: fnd_profile.get('POR_REQ_ENFORCE_EXP_ACC_RULE', l_options_value);

320:
321: BEGIN
322: l_progress := 'PO_WF_PO_RULE_ACC.if_enforce_expense_acc_rules: 01';
323:
324: fnd_profile.get('POR_REQ_ENFORCE_EXP_ACC_RULE', l_options_value);
325:
326: l_progress := 'PO_WF_PO_RULE_ACC.if_enforce_expense_acc_rules: 02';
327:
328: if l_options_value is not null then

Line 898: override_charge_account := FND_PROFILE.VALUE('POR_OVERRIDE_CHARGE_ACCOUNT');

894: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
895: END IF;
896:
897:
898: override_charge_account := FND_PROFILE.VALUE('POR_OVERRIDE_CHARGE_ACCOUNT');
899:
900: x_progress := 'PO_WF_PO_RULE_ACC.IS_OVERRIDE_CHARGE_ACCOUNT : 03 ' ;
901:
902: -- IF (g_po_wf_debug = 'Y') THEN