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.12.12020000.3 2013/02/10 20:31:37 vegajula ship $*/
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 1681: fnd_profile.get('MRP_DEFAULT_ASSIGNMENT_SET', x_assignment_set_id);

1677: not be null. In this case we should not override the value of assignment_set_id.
1678: */
1679:
1680: IF x_assignment_set_id IS NULL THEN
1681: fnd_profile.get('MRP_DEFAULT_ASSIGNMENT_SET', x_assignment_set_id);
1682: END IF;
1683:
1684: ----
1685: IF x_assignment_set_id IS NULL THEN