DBA Data[Home] [Help]

APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_IG_JOURNAL_STRUCTURES

Line 22: | transaction from the xtr_ig_journal_structures table. |

18: | GET_IG_CCID |
19: | |
20: | DESCRIPTION |
21: | Private function to obtain principal or interest ccid for a IG |
22: | transaction from the xtr_ig_journal_structures table. |
23: | |
24: | CALLED BY |
25: | Gen_Journals |
26: | |

Line 56: From xtr_ig_journal_structures

52: Select decode(nvl(in_prin_flag,'N'),
53: 'Y', principal_gl,
54: (decode(nvl(in_int_flag,'N'), 'Y', interest_gl, NULL)))
55: into l_ccid
56: From xtr_ig_journal_structures
57: Where company_code = in_company_code
58: and cparty_code = in_cpty
59: and cp_currency = in_curr
60: and cp_acct_no = in_bank_acct_no;