DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on BOM_CTO_OSS_SOURCE_RULE_S1

Line 2270: 'CTO*'||bom_Cto_oss_source_rule_s1.nextval,

2266: attribute15,
2267: attribute_category,
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

Line 2571: select 'CTO*'||bom_cto_oss_source_rule_s1.nextval

2567: l_sourcing_rule_rec := MRP_SOURCING_RULE_PUB.G_MISS_SOURCING_RULE_REC;
2568: l_sourcing_rule_rec.organization_id := oss_make_orgs.rcv_org_id;
2569: l_sourcing_rule_rec.status := 1;
2570: l_sourcing_rule_rec.planning_active := 1;
2571: select 'CTO*'||bom_cto_oss_source_rule_s1.nextval
2572: into l_sourcing_rule_rec.sourcing_rule_name
2573: from dual;
2574:
2575: l_sourcing_rule_rec.Sourcing_rule_type := 1;