DBA Data[Home] [Help]

APPS.CSTPACWS dependencies on WIP_ACCOUNTING_CLASSES

Line 92: wip_accounting_classes wac,

88: select wac.completion_cost_source,
89: nvl(wac.SYSTEM_OPTION_ID,-1)
90: into l_comp_cost_source,l_system_option_id
91: from
92: wip_accounting_classes wac,
93: wip_discrete_jobs wdj
94: where
95: wdj.wip_entity_id = i_wip_entity_id and
96: wdj.organization_id = i_org_id and

Line 2113: wip_accounting_classes wac,

2109:
2110: select wac.completion_cost_source,nvl(system_option_id,-1)
2111: into l_comp_cost_source,l_system_option_id
2112: from
2113: wip_accounting_classes wac,
2114: wip_discrete_jobs wdj
2115: where
2116: wdj.wip_entity_id = i_wip_entity_id and
2117: wdj.organization_id = i_org_id and