DBA Data[Home] [Help]

APPS.BOMPASGR dependencies on BOM_STANDARD_OPERATIONS

Line 1107: from bom_standard_operations

1103: std_bkflsh, std_opt, std_attcat, std_att1, std_att2,
1104: std_att3, std_att4, std_att5, std_att6, std_att7,
1105: std_att8, std_att9, std_att10, std_att11, std_att12,
1106: std_att13, std_att14, std_att15
1107: from bom_standard_operations
1108: where organization_id = c1rec.OI
1109: and standard_operation_id = c1rec.SOI;
1110: exception
1111: when NO_DATA_FOUND then

Line 2494: from bom_Standard_operations

2490:
2491: BEGIN
2492: select standard_operation_id
2493: into stdop_id
2494: from bom_Standard_operations
2495: where organization_id = org_id
2496: and operation_code = stdop_code;
2497: return(0);
2498: EXCEPTION