DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on MRP_GLOBALS

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

2439: lAssignmentTbl(asg_count).organization_id := source_tree_rec.organization_id;
2440: lAssignmentTbl(asg_count).secondary_inventory := source_tree_rec.secondary_inventory;
2441: lAssignmentTbl(asg_count).ship_to_site_id := source_tree_rec.ship_to_site_id;
2442: lAssignmentTbl(asg_count).sourcing_rule_type := source_tree_rec.sourcing_rule_type;
2443: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;
2444:
2445:
2446:
2447: l_cur_assg_id := source_tree_rec.assignment_id;

Line 2489: MRP_Globals.G_OPR_CREATE,

2485: organization_id,
2486: planning_active,
2487: 'CTO*'||bom_Cto_oss_source_rule_s1.nextval,
2488: Sourcing_rule_type,
2489: MRP_Globals.G_OPR_CREATE,
2490: 1
2491: -- mrp_sourcing_rules_s.nextval
2492: Into
2493: l_sourcing_rule_rec.attribute1,

Line 2600: MRP_Globals.G_OPR_CREATE,

2596: attribute_category,
2597: disable_date,
2598: sysdate,
2599: receipt_organization_id,
2600: MRP_Globals.G_OPR_CREATE,
2601: l_sourcing_rule_rec.sourcing_rule_id
2602: into
2603: l_receiving_org_tbl(rcv_count).attribute1,
2604: l_receiving_org_tbl(rcv_count).attribute2,

Line 2722: MRP_Globals.G_OPR_CREATE,

2718: attribute15,
2719: attribute_category,
2720: secondary_inventory,
2721: ship_method,
2722: MRP_Globals.G_OPR_CREATE,
2723: NVL(sr_receipt_id_cachedloc, rcv_count-1), --Bugfix 13362916
2724: vendor_site_id
2725: into
2726: l_shipping_org_tbl(i).attribute1,

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

3010: into l_sourcing_rule_rec.sourcing_rule_id
3011: from dual;
3012: */
3013:
3014: l_sourcing_rule_rec.operation := MRP_Globals.G_OPR_CREATE;
3015:
3016: l_receiving_org_tbl.delete;
3017:
3018:

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

3019: l_receiving_org_tbl(1).effective_date := sysdate;
3020:
3021: l_receiving_org_tbl(1).receipt_organization_id := oss_make_orgs.rcv_org_id;
3022: -- l_receiving_org_tbl(1).sourcing_rule_id := l_sourcing_rule_rec.sourcing_rule_id;
3023: l_receiving_org_tbl(1).operation := MRP_Globals.G_OPR_CREATE;
3024:
3025:
3026: l_shipping_org_tbl.delete;
3027:

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

3032: l_shipping_org_tbl(1).rank := oss_make_orgs.rank;
3033: l_shipping_org_tbl(1).source_organization_id := oss_make_orgs.source_org_id;
3034: l_shipping_org_tbl(1).Source_type := 2;
3035: l_shipping_org_tbl(1).receiving_org_index := 1;
3036: l_shipping_org_tbl(1).operation := MRP_Globals.G_OPR_CREATE;
3037:
3038:
3039:
3040: l_stmt_num := 220;

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

3091: lAssignmentTbl(asg_count).inventory_item_id := oss_model_lines_rec.config_item_id;
3092: lAssignmentTbl(asg_count).organization_id := oss_make_orgs.rcv_org_id;
3093: lAssignmentTbl(asg_count).sourcing_rule_type := 1;
3094: lAssignmentTbl(asg_count).sourcing_rule_id := x_sourcing_rule_rec.sourcing_rule_id;
3095: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;
3096:
3097: asg_count := asg_count + 1;
3098:
3099:

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

3256: lAssignmentTbl(asg_count).Sourcing_Rule_Id := lAssignmentRec.Sourcing_Rule_Id;
3257: lAssignmentTbl(asg_count).Sourcing_Rule_Type := lAssignmentRec.Sourcing_Rule_Type;
3258: lAssignmentTbl(asg_count).return_status := NULL;
3259: lAssignmentTbl(asg_count).db_flag := NULL;
3260: lAssignmentTbl(asg_count).operation := MRP_Globals.G_OPR_CREATE;
3261:
3262: asg_count := asg_count + 1;
3263:
3264: