DBA Data[Home] [Help]

APPS.WMA_FLOW dependencies on PJM_PROJECT

Line 326: retval := PJM_PROJECT.VALIDATE_PROJ_REFERENCES

322:
323: -- if the transaction is a work order-less completion, call the PJM
324: -- API to check that the project references are correct
325: if (param.scheduledFlag <> 1 and param.transactionType = WIP_CONSTANTS.CPLASSY_TYPE) then
326: retval := PJM_PROJECT.VALIDATE_PROJ_REFERENCES
327: (x_inventory_org_id => param.environment.orgID,
328: x_project_id => param.projectID,
329: x_task_id => param.taskID,
330: x_date1 => param.transactionDate,

Line 335: if ( retval = PJM_PROJECT.G_VALIDATE_FAILURE ) then

331: x_date2 => NULL,
332: x_calling_function => 'wmapflwb',
333: x_error_code => errCode
334: );
335: if ( retval = PJM_PROJECT.G_VALIDATE_FAILURE ) then
336: wip_utilities.get_message_stack(p_msg => errMsg);
337: return false;
338: end if;
339: end if;