DBA Data[Home] [Help]

APPS.CST_COSTPROCVALIDATION_PVT dependencies on FND_CONCURRENT_REQUESTS

Line 85: | FND_CONCURRENT_REQUESTS

81: | - the assigned worker is not in some incomplete status
82: | (Pending, Running, or Inactive)
83: |
84: | - the assigned worker is no longer in the table
85: | FND_CONCURRENT_REQUESTS
86: |
87: | * Note that logical transactions (part of global drop ship
88: | project for J) will not be resubmitted even if they are
89: | marked as costed_flag = 'N'. This is because the parent

Line 136: FROM fnd_concurrent_requests FCR

132: AND NVL(MMT.logical_transaction,0) <> 1
133: AND MMT.costed_flag = 'N'
134: AND NOT EXISTS
135: ( SELECT 'incomplete concurrent program'
136: FROM fnd_concurrent_requests FCR
137: WHERE FCR.concurrent_program_id in (l_cmcmcw_prog_id, l_cmcacw_prog_id, l_cmclcw_prog_id)
138: AND FCR.program_application_id = 702
139: AND FCR.phase_code in ('P','R','I')
140: AND decode(FCR.concurrent_program_id,