DBA Data[Home] [Help]

APPS.XLA_TRANSFER_PKG dependencies on GL_ACCESS_SET_ASSIGNMENTS

Line 86: | gl_access_set_assignments instead of |

82: | tus_code as 'NT' will not be reset to 'N'|
83: | or 'Y' |
84: | Bug#9839301 Modified procedure |
85: | get_ledger_options to use table |
86: | gl_access_set_assignments instead of |
87: | gl_access_sets to derive the access_set_id|
88: | 11-Mar-2011 Narayanan M.S. Bug 11855000 Funds check Enhancement |
89: | 20-May-2011 VGOPISET Bug12542507 changes for failure of this |
90: | GL Transfer post 12.2 edition changes |

Line 1195: FROM gl_access_set_assignments gasa

1191: AND aset.access_set_id IN (g_access_set_id, g_sec_access_set_id)
1192: AND ROWNUM = 1;*/
1193: SELECT access_set_id
1194: INTO l_access_set_id
1195: FROM gl_access_set_assignments gasa
1196: WHERE gasa.ledger_id = p_ledger_id
1197: AND gasa.access_set_id IN (g_access_set_id, g_sec_access_set_id)
1198: AND ROWNUM = 1;
1199: --Added for bug 9839301