DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on WIP_ACCOUNTING_CLASSES

Line 1004: wip_accounting_classes wac

1000:
1001: select decode(class_type,1,0,3,0,1), -1
1002: into l_exp_sub2, l_exp_acct2
1003: from wip_discrete_jobs wdj,
1004: wip_accounting_classes wac
1005: where
1006: wdj.wip_entity_id = I_TXN_SRC_ID and
1007: wdj.class_code = wac.class_code and
1008: wdj.organization_id = wac.organization_id and

Line 1018: wip_accounting_classes wac

1014:
1015: select decode(class_type,1,0,3,0,1), -1
1016: into l_exp_sub2, l_exp_acct2
1017: from wip_flow_schedules wdj,
1018: wip_accounting_classes wac
1019: where
1020: wdj.wip_entity_id = I_TXN_SRC_ID and
1021: wdj.class_code = wac.class_code and
1022: wdj.organization_id = wac.organization_id and

Line 1133: from wip_accounting_classes

1129: l_stmt_num := 60;
1130:
1131: select decode(class_type, 4,1,0)
1132: into l_exp_job
1133: from wip_accounting_classes
1134: where class_code = l_acct_class
1135: and organization_id = i_org_id;
1136:
1137:

Line 1322: from wip_accounting_classes

1318: l_stmt_num := 20;
1319:
1320: select decode(class_type, 4,1,0)
1321: into l_exp_job
1322: from wip_accounting_classes
1323: where class_code = l_acct_class
1324: and organization_id = i_org_id;
1325:
1326: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then