DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on CST_CG_WIP_ACCT_CLASSES_V

Line 2099: from cst_cg_wip_acct_classes_v

2095: select 1
2096: into g_dummy
2097: from dual
2098: where exists(select 1
2099: from cst_cg_wip_acct_classes_v
2100: where class_code = wjsi_row.class_code
2101: and organization_id = wjsi_row.organization_id
2102: and class_type = wip_constants.discrete);
2103: else

Line 2108: from cst_cg_wip_acct_classes_v ccwac, mtl_parameters mp

2104: select 1
2105: into g_dummy
2106: from dual
2107: where exists(select 1
2108: from cst_cg_wip_acct_classes_v ccwac, mtl_parameters mp
2109: where ccwac.class_code = wjsi_row.class_code
2110: and ccwac.organization_id = wjsi_row.organization_id
2111: and ccwac.class_type = wip_constants.discrete
2112: and mp.organization_id = wjsi_row.organization_id

Line 2136: from cst_cg_wip_acct_classes_v

2132: select 1
2133: into g_dummy
2134: from dual
2135: where exists(select 1
2136: from cst_cg_wip_acct_classes_v
2137: where class_code = wjsi_row.class_code
2138: and organization_id = wjsi_row.organization_id
2139: and class_type = wip_constants.eam);
2140: else

Line 2145: from cst_cg_wip_acct_classes_v ccwac, mtl_parameters mp

2141: select 1
2142: into g_dummy
2143: from dual
2144: where exists(select 1
2145: from cst_cg_wip_acct_classes_v ccwac, mtl_parameters mp
2146: where ccwac.class_code = wjsi_row.class_code
2147: and ccwac.organization_id = wjsi_row.organization_id
2148: and ccwac.class_type = wip_constants.eam
2149: and mp.organization_id = wjsi_row.organization_id