DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on STANDARD

Line 13: procedure organization; --should be first after standard who columns

9: /* This package defaults all the column values in the wip mass load process. */
10: -- procedure row_by_row ;
11: procedure created_by_name;
12: procedure last_updated_by_name;
13: procedure organization; --should be first after standard who columns
14: procedure job_name;
15: procedure wip_entity_id;
16: procedure repetitive_schedule_id;
17: procedure kanban_card_id; --may default job properties based on kanban id

Line 616: -- A kanban reference makes sense only on a standard job or schedule

612: wjsi_row.processing_work_days := l_defaulted_sched.processing_work_days;
613: wjsi_row.first_unit_completion_date := l_defaulted_sched.first_unit_cpl_date;
614: wjsi_row.daily_production_rate := l_defaulted_sched.daily_production_rate;
615: else
616: -- A kanban reference makes sense only on a standard job or schedule
617: -- creation request.
618: raise fnd_api.g_exc_unexpected_error;
619: end if ;
620: exception when others then