DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on CST_ORGANIZATION_DEFINITIONS

Line 3058: cst_organization_definitions COD

3054: l_stmt_num := 20;
3055: SELECT count(*)
3056: INTO l_account_flag
3057: FROM gl_code_combinations GCC,
3058: cst_organization_definitions COD
3059: WHERE COD.operating_unit = p_org_id
3060: AND COD.chart_of_accounts_id = GCC.chart_of_accounts_id
3061: AND GCC.code_combination_id = l_dist_acct_id;
3062: