DBA Data[Home] [Help]

APPS.PO_SOURCING_RULES_SV dependencies on FND_PROFILE

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

1: PACKAGE BODY PO_SOURCING_RULES_SV AS
2: /*$Header: POXPISRB.pls 120.3 2006/03/13 04:27:33 asista noship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');
6:
7: --
8: -------------------------------------------------------------------------------
9: --Start of Comments

Line 1601: fnd_profile.get('MRP_DEFAULT_ASSIGNMENT_SET', x_assignment_set_id);

1597: not be null. In this case we should not override the value of assignment_set_id.
1598: */
1599:
1600: IF x_assignment_set_id IS NULL THEN
1601: fnd_profile.get('MRP_DEFAULT_ASSIGNMENT_SET', x_assignment_set_id);
1602: END IF;
1603:
1604: ----
1605: IF x_assignment_set_id IS NULL THEN