DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on MRP_GLOBALS

Line 2226: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;

2222: lAssignmentTbl(asg_count).organization_id := source_tree_rec.organization_id;
2223: lAssignmentTbl(asg_count).secondary_inventory := source_tree_rec.secondary_inventory;
2224: lAssignmentTbl(asg_count).ship_to_site_id := source_tree_rec.ship_to_site_id;
2225: lAssignmentTbl(asg_count).sourcing_rule_type := source_tree_rec.sourcing_rule_type;
2226: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;
2227:
2228:
2229:
2230: l_cur_assg_id := source_tree_rec.assignment_id;

Line 2272: MRP_Globals.G_OPR_CREATE,

2268: organization_id,
2269: planning_active,
2270: 'CTO*'||bom_Cto_oss_source_rule_s1.nextval,
2271: Sourcing_rule_type,
2272: MRP_Globals.G_OPR_CREATE,
2273: 1
2274: -- mrp_sourcing_rules_s.nextval
2275: Into
2276: l_sourcing_rule_rec.attribute1,

Line 2339: MRP_Globals.G_OPR_CREATE,

2335: attribute_category,
2336: disable_date,
2337: sysdate,
2338: receipt_organization_id,
2339: MRP_Globals.G_OPR_CREATE,
2340: l_sourcing_rule_rec.sourcing_rule_id
2341: into
2342: l_receiving_org_tbl(rcv_count).attribute1,
2343: l_receiving_org_tbl(rcv_count).attribute2,

Line 2444: MRP_Globals.G_OPR_CREATE,

2440: attribute15,
2441: attribute_category,
2442: secondary_inventory,
2443: ship_method,
2444: MRP_Globals.G_OPR_CREATE,
2445: rcv_count-1,
2446: vendor_site_id
2447: into
2448: l_shipping_org_tbl(i).attribute1,

Line 2583: l_sourcing_rule_rec.operation := MRP_Globals.G_OPR_CREATE;

2579: into l_sourcing_rule_rec.sourcing_rule_id
2580: from dual;
2581: */
2582:
2583: l_sourcing_rule_rec.operation := MRP_Globals.G_OPR_CREATE;
2584:
2585: l_receiving_org_tbl.delete;
2586:
2587:

Line 2592: l_receiving_org_tbl(1).operation := MRP_Globals.G_OPR_CREATE;

2588: l_receiving_org_tbl(1).effective_date := sysdate;
2589:
2590: l_receiving_org_tbl(1).receipt_organization_id := oss_make_orgs.rcv_org_id;
2591: -- l_receiving_org_tbl(1).sourcing_rule_id := l_sourcing_rule_rec.sourcing_rule_id;
2592: l_receiving_org_tbl(1).operation := MRP_Globals.G_OPR_CREATE;
2593:
2594:
2595: l_shipping_org_tbl.delete;
2596:

Line 2605: l_shipping_org_tbl(1).operation := MRP_Globals.G_OPR_CREATE;

2601: l_shipping_org_tbl(1).rank := oss_make_orgs.rank;
2602: l_shipping_org_tbl(1).source_organization_id := oss_make_orgs.source_org_id;
2603: l_shipping_org_tbl(1).Source_type := 2;
2604: l_shipping_org_tbl(1).receiving_org_index := 1;
2605: l_shipping_org_tbl(1).operation := MRP_Globals.G_OPR_CREATE;
2606:
2607:
2608:
2609: l_stmt_num := 220;

Line 2664: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;

2660: lAssignmentTbl(asg_count).inventory_item_id := oss_model_lines_rec.config_item_id;
2661: lAssignmentTbl(asg_count).organization_id := oss_make_orgs.rcv_org_id;
2662: lAssignmentTbl(asg_count).sourcing_rule_type := 1;
2663: lAssignmentTbl(asg_count).sourcing_rule_id := x_sourcing_rule_rec.sourcing_rule_id;
2664: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;
2665:
2666: asg_count := asg_count + 1;
2667:
2668:

Line 2829: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;

2825: lAssignmentTbl(asg_count).Sourcing_Rule_Id := lAssignmentRec.Sourcing_Rule_Id;
2826: lAssignmentTbl(asg_count).Sourcing_Rule_Type := lAssignmentRec.Sourcing_Rule_Type;
2827: lAssignmentTbl(asg_count).return_status := NULL;
2828: lAssignmentTbl(asg_count).db_flag := NULL;
2829: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;
2830:
2831: asg_count := asg_count + 1;
2832:
2833: