DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on WIP_ACCOUNTING_CLASSES

Line 913: wip_accounting_classes wac

909:
910: select decode(class_type,1,0,3,0,1), -1
911: into l_exp_sub2, l_exp_acct2
912: from wip_discrete_jobs wdj,
913: wip_accounting_classes wac
914: where
915: wdj.wip_entity_id = I_TXN_SRC_ID and
916: wdj.class_code = wac.class_code and
917: wdj.organization_id = wac.organization_id and

Line 927: wip_accounting_classes wac

923:
924: select decode(class_type,1,0,3,0,1), -1
925: into l_exp_sub2, l_exp_acct2
926: from wip_flow_schedules wdj,
927: wip_accounting_classes wac
928: where
929: wdj.wip_entity_id = I_TXN_SRC_ID and
930: wdj.class_code = wac.class_code and
931: wdj.organization_id = wac.organization_id and

Line 1042: from wip_accounting_classes

1038: l_stmt_num := 60;
1039:
1040: select decode(class_type, 4,1,0)
1041: into l_exp_job
1042: from wip_accounting_classes
1043: where class_code = l_acct_class
1044: and organization_id = i_org_id;
1045:
1046:

Line 1231: from wip_accounting_classes

1227: l_stmt_num := 20;
1228:
1229: select decode(class_type, 4,1,0)
1230: into l_exp_job
1231: from wip_accounting_classes
1232: where class_code = l_acct_class
1233: and organization_id = i_org_id;
1234:
1235: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then