DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on GL_CODE_COMBINATIONS

Line 1152: from gl_code_combinations

1148: Else
1149:
1150: select code_combination_id
1151: into X_ccid
1152: from gl_code_combinations
1153: where code_combination_id = ccid ;
1154:
1155: G_PrevCCID := ccid;
1156: G_PrevRetVal := 1;