DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on GL_CODE_COMBINATIONS_KFV

Line 11041: FROM GL_CODE_COMBINATIONS_KFV

11037: --Pls. do not change the formatted new line characters below.
11038: --as AD coding standards doesn't allow chr(10), it has been changed
11039: FOR l_index IN 1..g_no_ccids LOOP
11040: SELECT concatenated_segments INTO l_con_segments
11041: FROM GL_CODE_COMBINATIONS_KFV
11042: WHERE code_combination_id = g_ccid_rec(l_index).ccid;
11043: IF (NVL(g_ccid_rec(l_index).apply_balance_flag,'A') = 'A') THEN
11044: l_apply_message := l_apply_message||fnd_global.local_chr(10)||l_con_segments;
11045: ELSIF (g_ccid_rec(l_index).apply_balance_flag = 'B') THEN