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 256: IF FND_FLEX_APIS.get_segment_column( 101

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

Line 1504: IF FND_FLEX_APIS.get_segment_column( 101

1500: ,p_level => C_LEVEL_STATEMENT
1501: );
1502: END IF;
1503:
1504: IF FND_FLEX_APIS.get_segment_column( 101
1505: ,l_id_flex_code
1506: ,l_chart_of_accounts_id
1507: ,'GL_ACCOUNT'
1508: ,l_account_segment_column

Line 9474: IF FND_FLEX_APIS.get_segment_column( 101

9470: ,p_level => C_LEVEL_STATEMENT
9471: );
9472: END IF;
9473:
9474: IF FND_FLEX_APIS.get_segment_column( 101
9475: ,l_id_flex_code
9476: ,p_chart_of_accounts_id
9477: ,'GL_ACCOUNT'
9478: ,l_account_segment_column