DBA Data[Home] [Help]

APPS.CSD_RECALLS_PVT dependencies on CSD_WIP_JOB_PVT

Line 1089: CSD_WIP_JOB_PVT.generate_job_name(g_job_prefix,l_job_header_tbl(l_job_header_index).organization_id,x_job_name);

1085: l_job_header_tbl(l_job_header_index).start_quantity := l_csd_recall_lines_tbl(l_index).quantity;
1086: l_job_header_tbl(l_job_header_index).first_unit_start_date := sysdate;
1087: l_job_header_tbl(l_job_header_index).last_unit_completion_date := sysdate + 1;
1088:
1089: CSD_WIP_JOB_PVT.generate_job_name(g_job_prefix,l_job_header_tbl(l_job_header_index).organization_id,x_job_name);
1090: l_job_header_tbl(l_job_header_index).job_name := x_job_name;
1091: l_job_header_tbl(l_job_header_index).class_code := p_wip_accounting_class;
1092:
1093: IF l_group_id = 0

Line 1125: CSD_WIP_JOB_PVT.generate_job_name(g_job_prefix,l_job_header_tbl(l_job_header_index).organization_id,x_job_name);

1121: l_job_header_tbl(l_job_header_index).completion_subinventory := g_completion_subinv(l_job_index);
1122: l_job_header_tbl(l_job_header_index).completion_locator_id := g_completion_locid(l_job_index);
1123: l_job_header_tbl(l_job_header_index).first_unit_start_date := sysdate;
1124:
1125: CSD_WIP_JOB_PVT.generate_job_name(g_job_prefix,l_job_header_tbl(l_job_header_index).organization_id,x_job_name);
1126: l_job_header_tbl(l_job_header_index).job_name := x_job_name;
1127: l_job_header_tbl(l_job_header_index).class_code := p_wip_accounting_class;
1128:
1129: IF l_group_id = 0