You are on page 1of 2

login credentials:*****************************

chandoos@dumpsquestions.com
dumb12345
________________________________________________________________________________
__
PO Create Documents Workflow:________________________________________________________________________________
__
pg 442 --> http://books.google.co.in/books?id=tl9Nnk9OKvAC&pg=PA442&lpg=PA442&dq
=attributes+of+launch+po+create+workflow&source=bl&ots=el_JGb71NO&sig=2Kihpv_jQgerreY0AcvDU5UbPY&hl=en&sa=X&ei=VlZ_T9DcBcPirAe2h-nPBQ&ved=0CEsQ6AEwBg#v=onepage
&q=attributes%20of%20launch%20po%20create%20workflow&f=false
http://www.scribd.com/doc/28329472/ASL-Sourcing-in-Procurement
________________________
WIP:________________________
http://docs.oracle.com/cd/A60725_05/html/comnls/us/wip/djcrea06.htm
http://www.oracleug.com/user-guide/work-process/defining-discrete-jobs-manually
select * from wip_operations_v
select * from wip_operations where OPERATION_SEQ_NUM=1--where WIP_ENTITY_ID=20
select distinct OPERATION_SEQ_NUM from wip_operations
select * from BOM_OPERATIONAL_ROUTINGS_V
select distinct program_id from wip_discrete_jobs
select * from fnd_concurrent_programs_tl where concurrent_program_id=31892
select * from all_objects whereobject_name like '%WIP%' and object_type='TABLE'
select * from WIP_ENTITIES
select * from fnd_responsibility_tl
where RESPONSIBILITY_ID in
(
select RESPONSIBILITY_ID fromFND_USER_RESP_GROUPS_ALL where user_id = 1497 and e
nd_date is NULL
)
select wip_entity_name from wip_entities where primary_item_id = &item_id
select * from wip_requirement_operations
where INVENTORY_ITEM_ID in (24326,
21414,
24298,
22454,
21625,
22358)
select * from wip_entities where WIP_ENTITY_ID=20

select * from wip_discrete_jobs


select * from mtl_system_items_b wheresegment1 in ('872228','871507','872227','8
72205','871519','872203')
select * from mtl_material_transactions
You can also get to the job name goingfrom
the mtl_materials_transaction table towip_entities using the
transaction_source_id/wip_entity_id.
select * from pfoa_sources whereINTERFACE_NAME like '%WIP%'
____________________________________________________________________________
Problem Approving a Purchasing Document:____________________________________________________________________________
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&i
d=1361856.1

You might also like