DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on CST_CG_WIP_ACCT_CLASSES_V

Line 59: from cst_cg_wip_acct_classes_v cwac

55: and mti.accounting_class is not null
56: and ( ( mti.source_project_id is null
57: and exists (
58: select 'class is valid'
59: from cst_cg_wip_acct_classes_v cwac
60: where cwac.class_code = mti.accounting_class
61: and cwac.organization_id = mti.organization_id
62: and cwac.class_type = 1
63: )

Line 68: from cst_cg_wip_acct_classes_v cwac,

64: )
65: or( mti.source_project_id is not null
66: and exists (
67: select 'class is valid'
68: from cst_cg_wip_acct_classes_v cwac,
69: mrp_project_parameters mpp, mtl_parameters mp
70: where cwac.class_code = mti.accounting_class
71: and cwac.class_type = 1
72: and mpp.project_id = mti.source_project_id