DBA Data[Home] [Help]

APPS.CSTPACWC dependencies on STANDARD

Line 199: /* Bug 3504776 - the standard material requirements can be added manually for the job.

195: WHERE
196: WIP_ENTITY_ID = i_wip_entity_id AND
197: ORGANIZATION_ID = i_org_id;
198:
199: /* Bug 3504776 - the standard material requirements can be added manually for the job.
200: In this case, we want to derive the completion costs based on job costs */
201: if (l_use_val_cost_type = -1) then
202: /* Commented for Bug6734270.If there is a resource added manually
203: then also the l_use_val_cost_type should be 1

Line 3736: /* Bug 3504776 - the standard material requirements can be added manually for the job.

3732: WHERE
3733: WIP_ENTITY_ID = i_wip_entity_id AND
3734: ORGANIZATION_ID = i_org_id;
3735:
3736: /* Bug 3504776 - the standard material requirements can be added manually for the job.
3737: In this case, we want to derive the completion costs based on job costs */
3738: if (l_use_val_cost_type = -1) then
3739: /* Commented for Bug6734270.If there is a resource added manually
3740: then also the l_use_val_cost_type should be 1