DBA Data[Home] [Help]

APPS.INV_MGD_MVT_FIN_MDTR dependencies on FND_FILE

Line 3829: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 3.1 : '||l_extended_amount);

3825: , p_org_id => l_movement_transaction.org_id
3826: , x_extended_amount => l_extended_amount
3827: );
3828:
3829: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 3.1 : '||l_extended_amount);
3830: END IF;
3831:
3832: --If this processor is run at the legal entity where this SO
3833: --is shipped, we need an ar intercompany invoice

Line 3907: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_line_id 4 : '||l_movement_transaction.order_line_id);

3903: --Recalculate invoice amount for rma CTO item
3904: IF l_item_type_code = 'CONFIG'
3905: AND x_movement_transaction.customer_trx_line_id IS NOT NULL
3906: THEN
3907: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_line_id 4 : '||l_movement_transaction.order_line_id);
3908: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_number 4: '||l_movement_transaction.order_number);
3909: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 1 4: '||l_extended_amount);
3910: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.org_id 4 : '||l_movement_transaction.org_id);
3911:

Line 3908: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_number 4: '||l_movement_transaction.order_number);

3904: IF l_item_type_code = 'CONFIG'
3905: AND x_movement_transaction.customer_trx_line_id IS NOT NULL
3906: THEN
3907: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_line_id 4 : '||l_movement_transaction.order_line_id);
3908: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_number 4: '||l_movement_transaction.order_number);
3909: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 1 4: '||l_extended_amount);
3910: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.org_id 4 : '||l_movement_transaction.org_id);
3911:
3912: Calc_Cto_Amount_Rma( p_order_line_id => l_movement_transaction.order_line_id

Line 3909: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 1 4: '||l_extended_amount);

3905: AND x_movement_transaction.customer_trx_line_id IS NOT NULL
3906: THEN
3907: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_line_id 4 : '||l_movement_transaction.order_line_id);
3908: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_number 4: '||l_movement_transaction.order_number);
3909: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 1 4: '||l_extended_amount);
3910: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.org_id 4 : '||l_movement_transaction.org_id);
3911:
3912: Calc_Cto_Amount_Rma( p_order_line_id => l_movement_transaction.order_line_id
3913: , p_order_number => to_char(l_movement_transaction.order_number)

Line 3910: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.org_id 4 : '||l_movement_transaction.org_id);

3906: THEN
3907: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_line_id 4 : '||l_movement_transaction.order_line_id);
3908: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.order_number 4: '||l_movement_transaction.order_number);
3909: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 1 4: '||l_extended_amount);
3910: FND_FILE.put_line(FND_FILE.log, 'The l_movement_transaction.org_id 4 : '||l_movement_transaction.org_id);
3911:
3912: Calc_Cto_Amount_Rma( p_order_line_id => l_movement_transaction.order_line_id
3913: , p_order_number => to_char(l_movement_transaction.order_number)
3914: , p_org_id => l_movement_transaction.org_id

Line 3917: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 4.1: '||l_extended_amount);

3913: , p_order_number => to_char(l_movement_transaction.order_number)
3914: , p_org_id => l_movement_transaction.org_id
3915: , x_extended_amount => l_extended_amount
3916: );
3917: FND_FILE.put_line(FND_FILE.log, 'The l_extended_amount 4.1: '||l_extended_amount);
3918: END IF;
3919:
3920: /*--Fix bug 2695323
3921: --In the case of multiple receipts for a KIT RMA, the kit order line

Line 4911: FND_FILE.put_line

4907: -- DBMS_OUTPUT.put_line(p_msg);
4908: NULL;
4909: ELSE
4910: -- Concurrent request
4911: FND_FILE.put_line
4912: ( FND_FILE.log
4913: , p_msg
4914: );
4915: END IF;

Line 4912: ( FND_FILE.log

4908: NULL;
4909: ELSE
4910: -- Concurrent request
4911: FND_FILE.put_line
4912: ( FND_FILE.log
4913: , p_msg
4914: );
4915: END IF;
4916: END IF;