DBA Data[Home] [Help]

APPS.XLA_BALANCES_PKG dependencies on FND_FLEX_APIS

Line 34: | replaced FND_FLEX_APIS |

30: | added support for p_application_id |
31: | not null when p_request_id not null |
32: | 29-OCT-03 A. Quaglia Bug3190083 |
33: | lock_create_balance_statuses: |
34: | replaced FND_FLEX_APIS |
35: | get_qualifier_segnum + get_segment_info|
36: | with get_segment_column |
37: | in all _srs: |
38: | added activate/deactivate trace stmts |

Line 47: | 31-OCT-03 A.Quaglia Replaced other occurences of FND_FLEX_APIS|

43: | uptake is done. |
44: | calculate_balances: |
45: | if no rows to process exit immediately |
46: | also when commit_flag <> 'Y' |
47: | 31-OCT-03 A.Quaglia Replaced other occurences of FND_FLEX_APIS|
48: | 26-NOV-03 A.Quaglia Bug3264347: |
49: | massive_update_srs: |
50: | new param p_dummy |
51: | massive_update: |

Line 255: IF FND_FLEX_APIS.get_segment_column( 101

251: ,p_level => C_LEVEL_STATEMENT
252: );
253: END IF;
254:
255: IF FND_FLEX_APIS.get_segment_column( 101
256: ,l_id_flex_code
257: ,p_chart_of_accounts_id
258: ,'GL_ACCOUNT'
259: ,l_account_segment_column

Line 1515: IF FND_FLEX_APIS.get_segment_column( 101

1511: ,p_level => C_LEVEL_STATEMENT
1512: );
1513: END IF;
1514:
1515: IF FND_FLEX_APIS.get_segment_column( 101
1516: ,l_id_flex_code
1517: ,l_chart_of_accounts_id
1518: ,'GL_ACCOUNT'
1519: ,l_account_segment_column

Line 9295: IF FND_FLEX_APIS.get_segment_column( 101

9291: ,p_level => C_LEVEL_STATEMENT
9292: );
9293: END IF;
9294:
9295: IF FND_FLEX_APIS.get_segment_column( 101
9296: ,l_id_flex_code
9297: ,p_chart_of_accounts_id
9298: ,'GL_ACCOUNT'
9299: ,l_account_segment_column