DBA Data[Home] [Help]

APPS.RCV_ACCRUAL_SV dependencies on FND_PROFILE

Line 48: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');

44: BEGIN
45:
46: X_progress := '001';
47:
48: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
49:
50: get_quantities(p_transaction_id,
51: v_ordered_po_qty,
52: v_received_po_qty,

Line 126: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');

122: BEGIN
123:
124: X_progress := '001';
125:
126: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
127:
128: get_quantities(p_transaction_id,
129: v_ordered_po_qty,
130: v_received_po_qty,