DBA Data[Home] [Help]

APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on STANDARD

Line 1650: -- Retrieve adjustments generated by standard depreciation program --

1646: END IF;
1647: END IF;
1648:
1649: -----------------------------------------------------------------------------
1650: -- Retrieve adjustments generated by standard depreciation program --
1651: -----------------------------------------------------------------------------
1652:
1653: FOR ra IN c_tr_adjustments_no_adj_type (tr.transaction_header_id,
1654: tr.book_type_code,

Line 3581: -- type, but standard application always leave this column as NULL --

3577: -----------------------------------------------------------------------------
3578: -- Identify retirement type --
3579: -- Technical Reference Manual define that column --
3580: -- FA_TRANSACTION_HEADERS.TRANSACTION_SUBTYPE contains the retirement --
3581: -- type, but standard application always leave this column as NULL --
3582: -----------------------------------------------------------------------------
3583:
3584: x_retirement_type := 'O';
3585: IF (tr.transaction_type_code = 'PARTIAL RETIREMENT'

Line 4294: -- Change Gain/Loss. Reverse the standard rows and create new rows with --

4290: x_removal_cost_name
4291: ) THEN
4292:
4293: -----------------------------------------------------------------------------
4294: -- Change Gain/Loss. Reverse the standard rows and create new rows with --
4295: -- the right account. --
4296: -- Get the standard row --
4297: -- Insert row reversing it --
4298: -- Insert new row with right account in JL_CO_FA_ADJUSTMENTS --

Line 4296: -- Get the standard row --

4292:
4293: -----------------------------------------------------------------------------
4294: -- Change Gain/Loss. Reverse the standard rows and create new rows with --
4295: -- the right account. --
4296: -- Get the standard row --
4297: -- Insert row reversing it --
4298: -- Insert new row with right account in JL_CO_FA_ADJUSTMENTS --
4299: -----------------------------------------------------------------------------
4300: