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 2269: wip_accounting_classes wac,

2265:
2266: select wac.completion_cost_source,nvl(system_option_id,-1)
2267: into l_comp_cost_source,l_system_option_id
2268: from
2269: wip_accounting_classes wac,
2270: wip_discrete_jobs wdj
2271: where
2272: wdj.wip_entity_id = i_wip_entity_id and
2273: wdj.organization_id = i_org_id and