DBA Data[Home] [Help]

APPS.FV_STATUS_OF_FUNDS_PKG dependencies on GL_CODE_COMBINATIONS

Line 113: gl_code_combinations glc

109: 'SEGMENT25',glc.segment25,'SEGMENT26',glc.segment26,
110: 'SEGMENT27',glc.segment27,'SEGMENT28',glc.segment28,
111: 'SEGMENT29',glc.segment29,'SEGMENT30',glc.segment30) pg3
112: FROM gl_BALANCES glB,
113: gl_code_combinations glc
114: WHERE glb.code_combination_id = glc.code_combination_id
115: AND glc.chart_of_accounts_id = v_ca_id
116: AND glb.ledger_id = sob_id
117: AND glb.currency_code = curr_code

Line 249: gl_code_combinations glc

245: 'SEGMENT25',glc.segment25,'SEGMENT26',glc.segment26,
246: 'SEGMENT27',glc.segment27,'SEGMENT28',glc.segment28,
247: 'SEGMENT29',glc.segment29,'SEGMENT30',glc.segment30) pg3
248: FROM gl_BALANCES glB,
249: gl_code_combinations glc
250: WHERE glb.code_combination_id = glc.code_combination_id
251: AND glc.chart_of_accounts_id = v_ca_id
252: AND glb.ledger_id = sob_id
253: AND glb.currency_code = curr_code

Line 385: gl_code_combinations glc

381: 'SEGMENT25',glc.segment25,'SEGMENT26',glc.segment26,
382: 'SEGMENT27',glc.segment27,'SEGMENT28',glc.segment28,
383: 'SEGMENT29',glc.segment29,'SEGMENT30',glc.segment30) pg3
384: FROM gl_balances glB,
385: gl_code_combinations glc
386: WHERE glb.code_combination_id = glc.code_combination_id
387: AND glc.chart_of_accounts_id = v_ca_id
388: AND glb.ledger_id = sob_id
389: AND glb.currency_code = curr_code

Line 520: gl_code_combinations glc

516: 'SEGMENT25',glc.segment25,'SEGMENT26',glc.segment26,
517: 'SEGMENT27',glc.segment27,'SEGMENT28',glc.segment28,
518: 'SEGMENT29',glc.segment29,'SEGMENT30',glc.segment30) pg3
519: FROM gl_bc_packets pac,
520: gl_code_combinations glc
521: WHERE pac.code_combination_id = glc.code_combination_id
522: AND glc.chart_of_accounts_id = v_ca_id
523: AND pac.ledger_id = sob_id
524: AND pac.currency_code = curr_code

Line 658: gl_code_combinations glc

654: 'SEGMENT25',glc.segment25,'SEGMENT26',glc.segment26,
655: 'SEGMENT27',glc.segment27,'SEGMENT28',glc.segment28,
656: 'SEGMENT29',glc.segment29,'SEGMENT30',glc.segment30) pg3
657: FROM gl_bc_packets pac,
658: gl_code_combinations glc
659: WHERE pac.code_combination_id = glc.code_combination_id
660: AND pac.ledger_id = sob_id
661: AND glc.chart_of_accounts_id = v_ca_id
662: AND pac.currency_code = curr_code