DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 1184: from WIP_ACCOUNTING_CLASSES

1180: --JKJain, Bug 12593041
1181: CURSOR validate_acc_class_code( c_wip_acc_class_code VARCHAR2, c_organization_id NUMBER)
1182: IS
1183: select 'x'
1184: from WIP_ACCOUNTING_CLASSES
1185: where class_code = c_wip_acc_class_code
1186: and organization_id = c_organization_id
1187: and class_type = 6
1188: AND TRUNC(NVL(DISABLE_DATE,SYSDATE+1)) > TRUNC(SYSDATE);

Line 3280: from WIP_ACCOUNTING_CLASSES

3276:
3277: CURSOR validate_acc_class_code( c_wip_acc_class_code VARCHAR2, c_organization_id NUMBER)
3278: IS
3279: select 'x'
3280: from WIP_ACCOUNTING_CLASSES
3281: where class_code = c_wip_acc_class_code
3282: and organization_id = c_organization_id
3283: and class_type = 6
3284: AND TRUNC(NVL(DISABLE_DATE,SYSDATE+1)) > TRUNC(SYSDATE);