DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on BOM_CTO_OSS_SOURCE_RULE_S1

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

2483: attribute15,
2484: attribute_category,
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

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

2998: l_sourcing_rule_rec := MRP_SOURCING_RULE_PUB.G_MISS_SOURCING_RULE_REC;
2999: l_sourcing_rule_rec.organization_id := oss_make_orgs.rcv_org_id;
3000: l_sourcing_rule_rec.status := 1;
3001: l_sourcing_rule_rec.planning_active := 1;
3002: select 'CTO*'||bom_cto_oss_source_rule_s1.nextval
3003: into l_sourcing_rule_rec.sourcing_rule_name
3004: from dual;
3005:
3006: l_sourcing_rule_rec.Sourcing_rule_type := 1;